Skip to content

Commit

Permalink
Remove scanning of example JARs in the Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sahanHe committed Oct 2, 2023
1 parent 4768e7b commit d61d4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
packagePAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
run: |
./gradlew build -x test
./gradlew build -x test -x :salesforce-examples:build
# Perform Trivy scan
- name: Run Trivy vulnerability scanner
Expand Down

0 comments on commit d61d4fc

Please sign in to comment.