Skip to content

Commit

Permalink
No merge plz - tweaking semgrep output
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Jan 19, 2024
1 parent 80b03ed commit 6f6aea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ safety: ## Run `safety check` to check python dependencies for vulnerabilities.
semgrep:
@command -v semgrep || (echo "Please run 'pip install -U semgrep'."; exit 1)
@echo "███ Running semgrep on securedrop/..."
@semgrep --exclude "securedrop/tests/" --error --strict --metrics off --max-chars-per-line 200 --verbose --config "p/r2c-security-audit" securedrop
@semgrep --exclude "securedrop/tests/" --error --strict --metrics off --max-chars-per-line 130 --config "p/r2c-security-audit" securedrop
@echo


Expand Down

0 comments on commit 6f6aea3

Please sign in to comment.