We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ef618 commit 2df149cCopy full SHA for 2df149c
components/scanners/trivy/README.md
@@ -1,4 +1,4 @@
1
-# trivy
+# trivy v0.65.0 Scanner
2
3
This component implements a [scanner](https://github.com/smithy-security/smithy/blob/main/sdk/component/component.go)
4
that parses [sarif](https://sarifweb.azurewebsites.net/) reports output
components/scanners/trivy/scanner/Dockerfile
-FROM docker.io/aquasec/trivy:latest
+FROM docker.io/aquasec/trivy:0.65.0
COPY ./entrypoint.sh /entrypoint.sh
ENTRYPOINT [ "/bin/bash", "-c", "/bin/entrypoint.sh" ]
0 commit comments