We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2e16cb + 45db095 commit dc5122fCopy full SHA for dc5122f
3 files changed
.github/workflows/code-security.yml
@@ -0,0 +1,29 @@
1
+name: Code Security
2
+
3
+on:
4
+ pull_request:
5
+ merge_group:
6
+ branches: [main]
7
+ push:
8
+ branches:
9
+ - main
10
+ workflow_dispatch:
11
12
+permissions:
13
+ contents: read
14
+ pull-requests: write
15
16
+jobs:
17
+ sast:
18
+ uses: doplaydo/infra/.github/workflows/reuseable-sast.yaml@main
19
+ with:
20
+ output-format: text
21
+ fail-on-findings: false
22
+ enable-secrets-scan: true
23
24
+ sca:
25
+ uses: doplaydo/infra/.github/workflows/reuseable-sca.yaml@main
26
27
+ scan-type: fs
28
+ scanners: misconfig,secret
29
docs/_config.yml
docs/_toc.yml
0 commit comments