diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index bfc9646a65..b57f17aa19 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -41,6 +41,7 @@ jobs: - name: Build trivy run: | git clone https://github.com/aquasecurity/trivy-action.git /tmp/trivy-action + cd /tmp/trivy-action && git checkout 57a97c7e7821a5776cebc9bb87c984fa69cba8f1 sudo docker build -t d6f297:4714451b1eca4e41a4cc10f0a8a8c25a -f "/tmp/trivy-action/Dockerfile" "/tmp/trivy-action/" - name: Run Trivy vulnerability scanner on EMBA image