lets just install trivy
Some checks failed
Build and Push Image / Build and push image (push) Failing after 21m2s

This commit is contained in:
Andrew Ridgway 2025-09-29 20:06:33 +10:00
parent fa4deafcc6
commit 088a4ddf4c
Signed by: armistace
GPG Key ID: C8D9EAC514B47EF1

View File

@ -47,6 +47,7 @@ jobs:
- name: Trivy Scan
run: |
echo "Installing Trivy
sudo apt-get update
sudo apt-get install wget apt-transport-https gnupg lsb-release
wget -qO - https://aquasecurity.github.io/trivy-repo/deb/public.key | sudo apt-key add -
echo deb https://aquasecurity.github.io/trivy-repo/deb $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.list.d/trivy.list