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
security: fix template injection and credential persistence issues
- Add persist-credentials: false to checkout step to prevent credential leakage
- Use environment variables instead of direct template expansion in shell commands
- This prevents potential code injection attacks via malicious tag names
Fixes identified by zizmor security scanner:
- artipacked: credential persistence through GitHub Actions artifacts
- template-injection: code injection via template expansion
Co-authored-by: matifali <[email protected]>
0 commit comments