Skip to content

Commit ee2515c

Browse files
committed
fix
1 parent 076d4e0 commit ee2515c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/base/.devcontainer/Mk/check.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ actionlint:
8484
actionlint
8585

8686
secret-scan:
87-
@if [ -f .gitignore ]; then \
87+
@if [ -f .gitallowed ]; then \
8888
git-secrets --scan-history .; \
8989
else \
9090
gitleaks -v git; \

0 commit comments

Comments
 (0)