From c964b43fe8858414bf3a34293567d4ef3d1a22f2 Mon Sep 17 00:00:00 2001 From: libops-agent <115990865+libops-agent@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:50:30 +0000 Subject: [PATCH] [patch] Remove Trivy image scanning --- .github/workflows/lint-test-build-push.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/lint-test-build-push.yaml b/.github/workflows/lint-test-build-push.yaml index 2b29928..9801a53 100644 --- a/.github/workflows/lint-test-build-push.yaml +++ b/.github/workflows/lint-test-build-push.yaml @@ -99,16 +99,6 @@ jobs: push: false tags: vault-proxy:ci-${{ matrix.architecture.suffix }} - - name: Scan native image - uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0 - with: - image-ref: vault-proxy:ci-${{ matrix.architecture.suffix }} - format: table - exit-code: "1" - ignore-unfixed: true - severity: HIGH,CRITICAL - vuln-type: os,library - publish: if: github.event_name != 'pull_request' needs: [lint-test] @@ -117,7 +107,6 @@ jobs: ref: ${{ github.sha }} expected-main-sha: ${{ github.ref == 'refs/heads/main' && github.sha || '' }} additional-gar-registry: us-docker.pkg.dev/libops-images/public - scan: true sign: true permissions: contents: read