Skip to content

Commit

Permalink
Remove Aqua Trivy from build's Github Actions
Browse files Browse the repository at this point in the history
Trivy wasn't running correctly and I have no time or motivation to figure out why. Maybe revisit later.
int08h authored Nov 28, 2022
1 parent 40afb97 commit 371fbf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 371fbf3

Please sign in to comment.