Skip to content

Commit 2249f2c

Browse files
Remove Trivy configuration path from vulnerability scan step
1 parent c8c54f5 commit 2249f2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ 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
249248
continue-on-error: false
250249

251250
- name: Push image

0 commit comments

Comments
 (0)