Skip to content

INFRA-10603 semgrep-sast #1

INFRA-10603 semgrep-sast

INFRA-10603 semgrep-sast #1

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

Check failure on line 11 in .github/workflows/security-scan-sast.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/security-scan-sast.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/security-scan-sast.yaml" -> "verygood-ops/cicd-shared/.github/workflows/security-scan-sast.yaml@security-scan-sast-v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
uses_maven: false
secrets:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}