Skip to content

Commit

Permalink
Remove building examples for Trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunayf committed Sep 16, 2023
1 parent 438c9c9 commit a0b0fb3
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 a0b0fb3

Please sign in to comment.