Skip to content

Commit

Permalink
Add secrets scanning in CI (#3)
Browse files Browse the repository at this point in the history
Add secrets scanning in CI

Signed-off-by: Ziwen Ning <[email protected]>
  • Loading branch information
ningziwen committed Jan 10, 2024
1 parent bfdb65c commit c582ea4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ jobs:
dockerfile: Dockerfile.neuronx
recursive: true
failure-threshold: error
secrets-scanning:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: trufflesecurity/trufflehog@main
with:
extra_args: --only-verified

0 comments on commit c582ea4

Please sign in to comment.