Skip to content

Commit

Permalink
committing TS change
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke Castleberry authored and Brooke Castleberry committed Oct 8, 2024
1 parent fe2346c commit 8ff76d8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/truffle-secrets-BC-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ jobs:
command: auth


- name: Monitor TruffleHog identified secrets with Snyk
uses: snyk/actions/node@master
with:
command: monitor --all-projects --json-file=trufflehog-secrets.json
continue-on-error: true
#- name: Monitor TruffleHog identified secrets with Snyk
# uses: snyk/actions/node@master
#with:
# command: monitor --all-projects --json-file=trufflehog-secrets.json
#continue-on-error: true


- name: Upload TruffleHog JSON
uses: actions/upload-artifact@v4
with:
name: trufflehog-json
path: trufflehog-secrets.json
# - name: Upload TruffleHog JSON
# uses: actions/upload-artifact@v4
# with:
# name: trufflehog-json
# path: trufflehog-secrets.json


#With Enterprise Plan
Expand Down

0 comments on commit 8ff76d8

Please sign in to comment.