Skip to content

Commit

Permalink
Update the truffle
Browse files Browse the repository at this point in the history
  • Loading branch information
akashcldcvr committed Apr 22, 2024
1 parent ee8e254 commit afb2a38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trufflehog-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Setup Nodejs
uses: actions/setup-node@v1
uses: actions/setup-node@v3


trufflehog-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Installing trufflehog
run: |
curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh | sh -s -- -b /usr/local/bin
Expand Down

0 comments on commit afb2a38

Please sign in to comment.