Skip to content

Commit

Permalink
Trufflehog, iamge security scan
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 committed Oct 16, 2024
1 parent 03f2711 commit 47bd7bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ jobs:
run: |
docker run --rm trufflesecurity/trufflehog:latest docker --image spryker/php:${{ matrix.tags }} --only-verified
- name: Scan Docker image with Trufflehog - Secrets
continue-on-error: false
run: |
docker run --rm trufflesecurity/secrets:latest docker --image spryker/php:${{ matrix.tags }} --only-verified
- name: Scan Docker image with Trivy
uses: aquasecurity/[email protected]
with:
Expand Down

0 comments on commit 47bd7bd

Please sign in to comment.