Skip to content

Commit ea7db06

Browse files
committed
docs: sync the scanner wording from the template
Picks up netresearch/.github#334, which corrects three things a reviewer raised repeatedly during the rollout: the header named betterleaks while the job keeps the historical gitleaks name, it called the last job a composer audit although the reusable also runs an Opengrep SAST scan by default, and the zizmor comment said the exemption covers reusable workflows when the rule matches any first-party uses, composite actions included. Comments only — no job, permission or trigger changes. Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
1 parent 20effd0 commit ea7db06

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/zizmor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ rules:
66
unpinned-uses:
77
config:
88
policies:
9-
# First-party reusable workflows track @main by policy and are
10-
# never SHA-pinned, so fixes propagate to all consumers.
9+
# First-party `uses:` — reusable workflows AND composite actions —
10+
# track @main by policy and are never SHA-pinned, so a fix propagates
11+
# to every consumer without a bump in dozens of repos.
1112
"netresearch/*": ref-pin
1213
# Everything else must be pinned to a full commit SHA.
1314
"*": hash-pin

0 commit comments

Comments
 (0)