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