Skip to content

Commit

Permalink
provide correct path containing Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Nov 5, 2024
1 parent 8cb1e35 commit 0aa5436
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 @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v2
- name: Build wis2downloader
run: |
docker build -t wis2downloader:test .
docker build -t wis2downloader:test docker
- name: Run Trivy vulnerability scanner on wis2downloader
uses: aquasecurity/[email protected]
env:
Expand Down

0 comments on commit 0aa5436

Please sign in to comment.