This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
Onboard Semgrep - add semgrep.yaml workflow #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 5 16 * * * | ||
jobs: | ||
security-scan: | ||
uses: permutive/github-workflows/.github/workflows/semgrep.yaml@master | ||
Check failure on line 16 in .github/workflows/semgrep.yaml GitHub Actions / .github/workflows/semgrep.yamlInvalid workflow file
|
||
secrets: inherit |