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 GitHub Actions command injection vulnerabilities and security hotspots
- Move all GitHub Actions inputs to environment variables to prevent command injection (S7630)
- Add non-root user to Docker test image (S6471)
- Pin peter-evans/create-pull-request to full commit SHA (S7637)
Fixed 27 BLOCKER vulnerabilities and 2 security hotspots identified by SonarCloud.
All inputs from GitHub Actions are now passed via env variables and properly quoted
in shell commands to prevent potential command injection attacks.
0 commit comments