Skip to content

Commit 2df149c

Browse files
committed
pin trivy version
1 parent 47ef618 commit 2df149c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/scanners/trivy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# trivy
1+
# trivy v0.65.0 Scanner
22

33
This component implements a [scanner](https://github.com/smithy-security/smithy/blob/main/sdk/component/component.go)
44
that parses [sarif](https://sarifweb.azurewebsites.net/) reports output
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/aquasec/trivy:latest
1+
FROM docker.io/aquasec/trivy:0.65.0
22

33
COPY ./entrypoint.sh /entrypoint.sh
44
ENTRYPOINT [ "/bin/bash", "-c", "/bin/entrypoint.sh" ]

0 commit comments

Comments
 (0)