We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0fb12 commit 6e644e6Copy full SHA for 6e644e6
1 file changed
.github/workflows/build_multi_arch_image.yml
@@ -53,6 +53,10 @@ jobs:
53
google-chrome-stable firefox postgresql* temurin-* *llvm* mysql*
54
dotnet-sdk-*
55
remove_packages_one_command: true
56
+ - name: Install Trivy
57
+ uses: aquasecurity/setup-trivy@3fb12ec12f41e471780db15c232d5dd185dcb514
58
+ with:
59
+ version: v0.69.1
60
- name: Login to github container registry
61
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
62
with:
0 commit comments