Skip to content

Commit

Permalink
adding truffelhog
Browse files Browse the repository at this point in the history
  • Loading branch information
walter-iriusrisk committed Nov 29, 2023
1 parent 5fc8270 commit beaf1fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,20 @@ jobs:
pip install -r requirements.txt
python manage.py test taskManager
secret_scanning:
runs-on: ubuntu-20.04
needs: test
steps:
- uses: actions/checkout@v2

- run: docker run --rm -v $(pwd):/src hysnsec/trufflehog filesystem --directory=/src --json > trufflehog-output.json

- uses: actions/upload-artifact@v2
with:
name: TruffleHog
path: trufflehog-output.json
if: always() # what is this for?

integration:
runs-on: ubuntu-20.04
needs: test
Expand Down

0 comments on commit beaf1fb

Please sign in to comment.