Skip to content

Commit

Permalink
Merge pull request #1 from verygood-ops/semgrep-semgrep
Browse files Browse the repository at this point in the history
INFRA-10603 semgrep-sast
  • Loading branch information
akhon authored Dec 20, 2024
2 parents e6b5d79 + 5027cde commit 2b342ab
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 2b342ab

Please sign in to comment.