From 3b5d95249885d625da189ccd6fbeb37961ddc570 Mon Sep 17 00:00:00 2001 From: Steven Borrelli Date: Tue, 5 May 2026 17:07:25 -0500 Subject: [PATCH] disable trivy scanning Signed-off-by: Steven Borrelli --- .github/workflows/ci.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 999a653..8236a30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,25 +166,6 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3 - trivy-scan-fs: - runs-on: ubuntu-24.04 - needs: detect-noop - if: needs.detect-noop.outputs.noop != 'true' - steps: - - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - with: - submodules: true - - - name: Run Trivy vulnerability scanner in fs mode - uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0 - with: - scan-type: 'fs' - ignore-unfixed: true - scan-ref: '.' - exit-code: '1' - severity: 'CRITICAL,HIGH' - publish-artifacts: runs-on: ubuntu-24.04 needs: detect-noop