Skip to content

Commit

Permalink
Update trivy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
53845714nF authored Aug 22, 2024
1 parent 70643ad commit 63367c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Build an image from Dockerfile
run: |
docker build -t ${{ github.sha }} /src/Dockerfile
docker build -t ${{ github.sha }} -f src/Dockerfile src/
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.20.0
Expand Down

0 comments on commit 63367c5

Please sign in to comment.