Skip to content

feat: add composite actions, enhanced governance, and GitHub Issue reports #9

feat: add composite actions, enhanced governance, and GitHub Issue reports

feat: add composite actions, enhanced governance, and GitHub Issue reports #9

Workflow file for this run

name: Security Scanning
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read
security-events: write
actions: read
jobs:
security-scan:
name: Security Scan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Run Security Scan
uses: ./.github/actions/security-scan
with:
scan-path: "."