From 371fbf39d5e0fdfa360bb33e602d65b48af2c200 Mon Sep 17 00:00:00 2001 From: Stuart Stock Date: Mon, 28 Nov 2022 12:37:41 -0600 Subject: [PATCH] Remove Aqua Trivy from build's Github Actions Trivy wasn't running correctly and I have no time or motivation to figure out why. Maybe revisit later. --- .github/workflows/rust.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 60fc3bc..0d712b2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -35,5 +35,4 @@ jobs: run: cargo build --verbose --features ${{ matrix.feature }} --release - name: Run tests using Rust ${{ matrix.toolchain }} run: cargo test --verbose --features ${{ matrix.feature }} --release - - name: Aqua Security Trivy - uses: aquasecurity/trivy-action@0.2.2 +