Skip to content

chore: add security scan GHA workflow #10

chore: add security scan GHA workflow

chore: add security scan GHA workflow #10

Workflow file for this run

name: Security Scan
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
security-scan:
uses: codeforamerica/github-actions/.github/workflows/security-scan.yml@rd/security-scan
permissions:
contents: read
pull-requests: write
security-events: write
with:
path: "./"