Skip to content

Commit c15f903

Browse files
committed
Scan Docker image with Trivy
1 parent a7b64ad commit c15f903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: docker build -f dockerfile/Dockerfile -t my-app-image:${{ github.sha }} dockerfile/
4747

4848
- name: Scan Docker image with Trivy
49-
uses: aquasecurity/trivy-action@v0.28.0
49+
uses: aquasecurity/trivy-action@v0
5050
with:
5151
image-ref: my-app-image:${{ github.sha }}
5252
format: table

0 commit comments

Comments
 (0)