Skip to content

Commit ce18cc0

Browse files
authored
Merge pull request #230 from ballerina-platform/task
Reomve check flag in the trivy build
2 parents a4ea18f + 9f4db2b commit ce18cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
packageUser: ${{ github.actor }}
2222
packagePAT: ${{ secrets.GITHUB_TOKEN }}
23-
run: ./gradlew build -x check -x test
23+
run: ./gradlew build -x test
2424
- name: Run Trivy vulnerability scanner
2525
uses: aquasecurity/trivy-action@master
2626
with:

0 commit comments

Comments
 (0)