Skip to content

Commit

Permalink
Merge pull request #310 from ballerina-platform/sahan-dev
Browse files Browse the repository at this point in the history
Remove scanning of example JARs in the Release workflow
  • Loading branch information
sahanHe authored Oct 2, 2023
2 parents db23a91 + d61d4fc commit e8e70df
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 e8e70df

Please sign in to comment.