Skip to content

Commit 73c8483

Browse files
authored
semgrep-sast (#3)
1 parent 2ea3f95 commit 73c8483

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)