Skip to content

Commit 8340309

Browse files
jonpspriCopilot
andauthored
Update Makefile - use '|| true' syntax so Copilot can have a win.
Co-authored-by: Copilot <[email protected]>
1 parent bba307b commit 8340309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3912,7 +3912,7 @@ semgrep: ## 🔍 Security patterns & anti-patterns
39123912
# resolution conflict with other packages.
39133913
@/bin/bash -c "source $(VENV_DIR)/bin/activate && \
39143914
uvx semgrep --config=auto $(TARGET) \
3915-
--exclude-rule python.lang.compatibility.python37.python37-compatibility-importlib2 ||:"
3915+
--exclude-rule python.lang.compatibility.python37.python37-compatibility-importlib2 || true"
39163916

39173917
dodgy: ## 🔐 Suspicious code patterns
39183918
@echo "🔐 dodgy - scanning for hardcoded secrets..."

0 commit comments

Comments
 (0)