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 ea4528f commit b0b49ebCopy full SHA for b0b49eb
.github/workflows/maven-publish.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Run TruffleHog Secret Scan
64
run: |
65
echo "Running TruffleHog secret scan..."
66
- trufflehog . > scan_output.log 2>&1 || true
+ trufflehog filesystem . > scan_output.log 2>&1 || true
67
68
if grep -q "verified_secrets\":0" scan_output.log && ! grep -q "verified_secrets\": [1-9]" scan_output.log; then
69
echo "No secrets found. Proceeding to next stage..."
@@ -73,6 +73,7 @@ jobs:
73
exit 1
74
fi
75
76
+
77
# Snyk Scan - SCA
78
#- name: Download Snyk CLI
79
# run: |
0 commit comments