We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba307b commit 8340309Copy full SHA for 8340309
Makefile
@@ -3912,7 +3912,7 @@ semgrep: ## 🔍 Security patterns & anti-patterns
3912
# resolution conflict with other packages.
3913
@/bin/bash -c "source $(VENV_DIR)/bin/activate && \
3914
uvx semgrep --config=auto $(TARGET) \
3915
- --exclude-rule python.lang.compatibility.python37.python37-compatibility-importlib2 ||:"
+ --exclude-rule python.lang.compatibility.python37.python37-compatibility-importlib2 || true"
3916
3917
dodgy: ## 🔐 Suspicious code patterns
3918
@echo "🔐 dodgy - scanning for hardcoded secrets..."
0 commit comments