We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea3f95 commit 73c8483Copy full SHA for 73c8483
.github/workflows/security-scan-sast.yaml
@@ -0,0 +1,15 @@
1
+name: security-scan-sast
2
+
3
+on:
4
+ pull_request:
5
+ workflow_dispatch:
6
+ schedule:
7
+ - cron: "30 1 * * *" # Sets Semgrep to scan every day at 1:30 UTC
8
9
+jobs:
10
+ scan:
11
+ uses: verygood-ops/cicd-shared/.github/workflows/security-scan-sast.yaml@security-scan-sast-v1
12
+ with:
13
+ uses_maven: false
14
+ secrets:
15
+ SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
0 commit comments