[IDP-1616] Provide B4F and B2B sets of spectral rules #29
Workflow file for this run
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 scan | |
on: | |
pull_request: | |
branches: ["main", "master"] | |
workflow_dispatch: {} | |
schedule: | |
- cron: "10 22 * * 6" | |
jobs: | |
call-workflow-semgrep: | |
permissions: | |
security-events: write | |
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/reusable-semgrep-workflow.yml@main |