Skip to content

Commit

Permalink
Update secrets-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindbuilt authored Mar 4, 2024
1 parent ab8971f commit e93cb8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secrets-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fetch-depth: 0

- name: Install Expect, jq and Python
run: sudo apt-get install -y expect jq python3 python3-pip wkhtmltopdf
run: sudo apt-get update --fix-missing && sudo apt-get install -y expect jq python3 python3-pip wkhtmltopdf

- name: Install Python packages
run: pip install pandas json2html tabulate
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Check the status of talisman scan
run: |
# 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
echo "Download the Talisman scan report from Artifact: ${{ steps.upload_report.outputs.artifact-url }}";
echo "Download the Talisman scan report from Artifact: ${{ steps.upload_report.outputs.artifact-url }}";

0 comments on commit e93cb8e

Please sign in to comment.