Skip to content

.github/workflows/security-semgrep.yaml #31

.github/workflows/security-semgrep.yaml

.github/workflows/security-semgrep.yaml #31

name: Semgrep
on:
pull_request:
workflow_dispatch:
schedule:
# run every Sunday at 8:00
- cron: '0 8 * * 0'
jobs:
scan:
name: scan
uses: sli-do/shared-workflow/.github/workflows/security-semgrep.yaml@main

Check failure on line 12 in .github/workflows/security-semgrep.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/security-semgrep.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/security-semgrep.yaml" -> "sli-do/shared-workflow/.github/workflows/security-semgrep.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
# create PR review comments from Semgrep results
review: true
# block PR with findings severity >= WARNING
fail_threshold: WARNING
# inherit secrets from the calling workflow
secrets: inherit