Skip to content

Onboard Semgrep - add semgrep.yaml workflow #1

Onboard Semgrep - add semgrep.yaml workflow

Onboard Semgrep - add semgrep.yaml workflow #1

Workflow file for this run

name: Semgrep
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- master
paths:
- .github/workflows/semgrep.yaml
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: 9 9 * * *
jobs:
security-scan:
uses: permutive/github-workflows/.github/workflows/semgrep.yaml@master

Check failure on line 16 in .github/workflows/semgrep.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/semgrep.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/semgrep.yaml" -> "permutive/github-workflows/.github/workflows/semgrep.yaml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit