You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: harden GitHub Actions workflows against injection and over-permissioning
- Fix template injection vulnerabilities by moving ${{ }} expressions from
run: blocks into env: variables (9 instances across _docker-pipeline.yml
and publish-docker.yml)
- Replace `secrets: inherit` with explicit secret passing in publish-docker.yml;
remove unnecessary secret passing from smoke-test.yml (push: false)
- Add zizmor suppression comments for false-positive template-injection
findings on docker/build-push-action context: input
- Add .github/zizmor.yml to disable secrets-outside-env rule
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: add dependabot cooldown configuration to resolve zizmor findings
Add default-days: 7 cooldown to all three dependabot update entries
(docker x2, github-actions x1) to satisfy the dependabot-cooldown audit.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments