Skip to content

Commit 6a567aa

Browse files
ignore yq in trivy scan (for now)
1 parent a305102 commit 6a567aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ jobs:
140140
--exit-code 1 \
141141
--input image/image.tar \
142142
--skip-files opt/cf-cli-7.5.0/cf7 \
143-
--skip-files opt/cf-cli-8.4.0/cf8
143+
--skip-files opt/cf-cli-8.4.0/cf8 \
144+
--skip-files /usr/local/bin/yq
144145
145146
- name: shipit
146147
public: true

0 commit comments

Comments
 (0)