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 4919465 commit c391b3eCopy full SHA for c391b3e
.github/workflows/secrets-scan.yml
@@ -58,4 +58,5 @@ jobs:
58
59
- name: Check the status of talisman scan
60
run: |
61
- if [[ ${{ steps.run_talisman.outcome }} == "success" ]]; then exit 0; else echo "Download the Talisman scan report from Artifact: ${{ steps.upload_report.outputs.artifact-url }}" && exit 1; fi
+ # if [[ ${{ steps.run_talisman.outcome }} == "success" ]]; then exit 0; else echo "Download the Talisman scan report from Artifact: ${{ steps.upload_report.outputs.artifact-url }}" && exit 1; fi
62
+ echo "Download the Talisman scan report from Artifact: ${{ steps.upload_report.outputs.artifact-url }}";
0 commit comments