Skip to content

Commit 7c68dea

Browse files
Fix code review suggestion
1 parent c90fa6e commit 7c68dea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/central-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: aquasecurity/trivy-action@master
2424
with:
2525
scan-type: 'fs'
26-
scan-ref: '/github/workspace/ballerina/lib'
26+
scan-ref: '/github/workspace/ballerina'
2727
format: 'table'
2828
exit-code: '1'
2929
- name: Publish artifact

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: aquasecurity/trivy-action@master
2727
with:
2828
scan-type: 'fs'
29-
scan-ref: '/github/workspace/ballerina/lib'
29+
scan-ref: '/github/workspace/ballerina'
3030
format: 'table'
3131
exit-code: '1'
3232
- name: Set version env variable

0 commit comments

Comments
 (0)