Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
if [ $EXIT_CODE -ne 0 ]; then echo "" echo "To proceed anyway: git commit --no-verify" echo "To remove secrets: replace with environment variables" fi exit $EXIT_CODE- Confidence
- 91% confidence
- Finding
- --no-verify
