We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90fa6e commit 7c68deaCopy full SHA for 7c68dea
.github/workflows/central-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: aquasecurity/trivy-action@master
24
with:
25
scan-type: 'fs'
26
- scan-ref: '/github/workspace/ballerina/lib'
+ scan-ref: '/github/workspace/ballerina'
27
format: 'table'
28
exit-code: '1'
29
- name: Publish artifact
.github/workflows/publish-release.yml
@@ -26,7 +26,7 @@ jobs:
30
31
32
- name: Set version env variable
0 commit comments