Skip to content

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

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

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

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run Security Scan
uses: ./.github/actions/security-scan
with:
scan-path: "."