We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076d4e0 commit ee2515cCopy full SHA for ee2515c
1 file changed
src/base/.devcontainer/Mk/check.mk
@@ -84,7 +84,7 @@ actionlint:
84
actionlint
85
86
secret-scan:
87
- @if [ -f .gitignore ]; then \
+ @if [ -f .gitallowed ]; then \
88
git-secrets --scan-history .; \
89
else \
90
gitleaks -v git; \
0 commit comments