Skip to content

Commit b0b49eb

Browse files
Update maven-publish.yml
1 parent ea4528f commit b0b49eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Run TruffleHog Secret Scan
6464
run: |
6565
echo "Running TruffleHog secret scan..."
66-
trufflehog . > scan_output.log 2>&1 || true
66+
trufflehog filesystem . > scan_output.log 2>&1 || true
6767
6868
if grep -q "verified_secrets\":0" scan_output.log && ! grep -q "verified_secrets\": [1-9]" scan_output.log; then
6969
echo "No secrets found. Proceeding to next stage..."
@@ -73,6 +73,7 @@ jobs:
7373
exit 1
7474
fi
7575

76+
7677
# Snyk Scan - SCA
7778
#- name: Download Snyk CLI
7879
# run: |

0 commit comments

Comments
 (0)