Skip to content
This repository was archived by the owner on Sep 16, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Scan

# No push trigger: the push-to-main pipeline already runs the same shared
# scan as a release gate. Pull requests scan the full history too, because the
# shared baseline checks out with `fetch-depth: 0`; the weekly schedule
# re-scans unchanged code against newer detector rules.
# No push trigger: the push-to-main pipeline already runs the same shared scan
# as a release gate, and pull requests scan the full history because the shared
# baseline checks out with `fetch-depth: 0`. The weekly run is for the scanners
# that consult live state - TruffleHog reports only credentials it can verify,
# and zizmor's online audits read GitHub - so a secret that was inactive at
# commit time is caught once it becomes valid.
Comment on lines +5 to +8
on:
pull_request:
schedule:
Expand Down