Skip to content

Commit

Permalink
Merge pull request #180 from nipunayf/update-trivy
Browse files Browse the repository at this point in the history
Remove scanning of example JARs in the Trivy workflow
  • Loading branch information
NipunaRanasinghe authored Sep 17, 2023
2 parents 0634903 + a0b0fb3 commit 2559bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
packageUser: ${{ github.actor }}
packagePAT: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build -x check -x test
run: ./gradlew build -x check -x test -x :redis-examples:build

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
Expand Down

0 comments on commit 2559bf2

Please sign in to comment.