Skip to content

Commit

Permalink
commiting TS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke Castleberry authored and Brooke Castleberry committed Oct 7, 2024
1 parent bc595e7 commit f25ec14
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/truffle-secrets-BC-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN_2 }}

- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: trufflehog-secrets.sarif


# - name: Save TruffleHog Output
# run: echo "${{ steps.trufflehog.outputs.json }}" > trufflehog-secrets.json
Expand All @@ -41,7 +46,8 @@ jobs:


- name: Monitor TruffleHog identified secrets with Snyk
uses: trufflesecurity/trufflehog@main
#uses: trufflesecurity/trufflehog@main
uses: snyk/actions/node@master
with:
command: monitor #--all-projects --json-file=trufflehog-secrets.json
output: trufflehog-secrets.sarif
Expand Down

0 comments on commit f25ec14

Please sign in to comment.