From bcc3d43c5548f252a07608b5417d5af1e7397f1d Mon Sep 17 00:00:00 2001 From: Jeffrey Hung <17494876+Jeffreyhung@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:05:32 +0200 Subject: [PATCH] fix(secret scanning): add continue-on-error (#143) * send failed result to panther * rename variables * remove unnecessary `<` * add continue on error --- .github/workflows/secret-scan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/secret-scan.yml b/.github/workflows/secret-scan.yml index 761b06f..b327bff 100644 --- a/.github/workflows/secret-scan.yml +++ b/.github/workflows/secret-scan.yml @@ -54,6 +54,7 @@ jobs: chmod +x /usr/local/bin/trufflehog - name: Run TruffleHog scan + continue-on-error: true id: scan run: | if [ -e .secret_scan_ignore ]; then