From 4ef833ae761fdbd9584c4b4d45be31ec876250b0 Mon Sep 17 00:00:00 2001 From: Jakub Raczek Date: Fri, 10 Jan 2025 14:37:11 +0100 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index e727a816..609363b4 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -123,8 +123,6 @@ jobs: tags: ocaramba/selenium:latest if: startsWith(github.ref, 'refs/tags/') - name: Aqua Security Trivy - # You may pin to the exact commit or the version. - # uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 uses: aquasecurity/trivy-action@0.29.0 with: severity: MEDIUM,HIGH,CRITICAL