Skip to content

Migrate semgrep to GitHub workflows #3

Migrate semgrep to GitHub workflows

Migrate semgrep to GitHub workflows #3

name: security-scan-sast
on:
pull_request:
workflow_dispatch:
schedule:
- cron: '40 2 * * *'
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.
secrets:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}