Skip to content

feat: add rule ensuring OIDC systems are protected #33

feat: add rule ensuring OIDC systems are protected

feat: add rule ensuring OIDC systems are protected #33

Workflow file for this run

name: Semgrep Scanner
on:
pull_request:
types:
- synchronize
- opened
jobs:
scanner:
permissions:
contents: read
uses: ./.github/workflows/action-run-semgrep.yaml
with:
sarif-export-environment: semgrep-export-sarif
# Required to work with environment currently
# Refs:
# - https://github.com/github/roadmap/issues/636
# - https://github.com/actions/runner/issues/1490
# - https://github.com/actions/runner/issues/3206
secrets: inherit