Skip to content

Commit

Permalink
semgrep-sast
Browse files Browse the repository at this point in the history
  • Loading branch information
akhon committed Dec 20, 2024
1 parent 92e8478 commit c236d49
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/security-scan-sast.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: security-scan-sast

on:
pull_request:
workflow_dispatch:
schedule:
- cron: "30 1 * * *" # Sets Semgrep to scan every day at 1:30 UTC

jobs:
scan:
uses: verygood-ops/cicd-shared/.github/workflows/security-scan-sast.yaml@security-scan-sast-v1
with:
uses_maven: false
secrets:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

0 comments on commit c236d49

Please sign in to comment.