Commit cb7baf1
fix: disable gitleaks PR comments and revert trivy to v0.33.1
- gitleaks: Disable PR comments (GITLEAKS_ENABLE_COMMENTS=false) to
avoid 'Resource not accessible by integration' when callers don't
grant pull-requests:write. Also remove invalid 'args' input (v2.x
node action doesn't accept args, uses env vars instead).
- trivy: Revert to v0.33.1 — the v0.35.0 action has incompatible
argument passing that prevents SARIF file generation with v0.65.0
binary. v0.33.1 bundles a working trivy version natively.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 43b564f commit cb7baf1
2 files changed
Lines changed: 3 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 76 | + | |
| 77 | + | |
86 | 78 | | |
87 | 79 | | |
88 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
| |||
0 commit comments