Commit b14bb69
authored
ci: add Security Scan stub (zizmor via reusable org workflow) (aws-deadline#252)
* ci: fix all high-severity zizmor findings in workflows
Suppress 2 high-severity zizmor dangerous-triggers findings that are
intentional design:
- dangerous-triggers (2): claude_pr_review.yml and on_opened_pr.yml both
use workflow_run, which runs from the default branch with this repo's
context (never a fork's copy). Fork PRs cannot alter behavior or access
secrets, so the trigger is safe here. Added inline
# zizmor: ignore[dangerous-triggers] with justification.
No unpinned-uses findings: all uses: refs are internal
aws-deadline/*@mainline reusable workflows, allowed as ref-pin by the
central config.
Signed-off-by: Stephen Crowe <6042774+crowecawcaw@users.noreply.github.com>
* ci: add Security Scan stub calling the reusable org workflow
Adds .github/workflows/security_scan.yml, a thin stub that calls the
central reusable_security_scan.yml in aws-deadline/.github@mainline.
Gates PRs on high-severity zizmor findings; new central checks apply
automatically with no per-repo change.
Signed-off-by: Stephen Crowe <6042774+crowecawcaw@users.noreply.github.com>
---------
Signed-off-by: Stephen Crowe <6042774+crowecawcaw@users.noreply.github.com>1 parent d7684df commit b14bb69
3 files changed
Lines changed: 26 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments