Skip to content

Commit ef79aba

Browse files
committed
continue
Signed-off-by: ms280690 <mehul@sparkgeo.com>
1 parent 0818282 commit ef79aba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/detect-secrets/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ runs:
7777
run: bash -c "$(curl --silent https://raw.githubusercontent.com/thoughtworks/talisman/main/install.sh)"
7878

7979
- name: Run Talisman
80+
continue-on-error: true
8081
shell: bash
8182
run: |
82-
talisman --scan
83+
talisman --scan || true
8384
if [ -f talisman_report/talisman_reports/data/report.json ]; then
8485
report=$(cat talisman_report/talisman_reports/data/report.json)
8586
num_failures=$(echo "$report" | jq '.failures // [] | length')

0 commit comments

Comments
 (0)