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 authored and RDPerera committed Mar 21, 2024
1 parent 53809b1 commit 87e1245
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 @@ -20,7 +20,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 :azure-service-bus-examples:build

- name: Create lib directory if not exists
run: mkdir -p ballerina/lib
Expand Down

0 comments on commit 87e1245

Please sign in to comment.