Skip to content

Commit c8c54f5

Browse files
Add Trivy configuration path for vulnerability scanning in build workflow
1 parent 4e02fa1 commit c8c54f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ jobs:
245245
ignore-unfixed: false
246246
vuln-type: 'os,library'
247247
severity: 'MEDIUM,HIGH,CRITICAL'
248+
trivy-config: ${{ matrix.component.flavor_directory }}/${{ matrix.component.directory }}/trivy.yaml
248249
continue-on-error: false
249250

250251
- name: Push image

0 commit comments

Comments
 (0)