Skip to content

Commit f77bfb4

Browse files
committed
Configure snyk
1 parent 8b037f5 commit f77bfb4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.tekton/pipeline-bundle-ref.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ spec:
277277
value: $(tasks.build-container.results.IMAGE_DIGEST)
278278
- name: image-url
279279
value: $(tasks.build-container.results.IMAGE_URL)
280+
- name: ARGS
281+
value: "--project-name=netobserv-bundle --report --org=824715e7-b597-4123-bdb7-ba8abc3d3b2f"
280282
runAfter:
281283
- build-container
282284
taskRef:

.tekton/pipeline-ref.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,8 @@ spec:
382382
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
383383
- name: CACHI2_ARTIFACT
384384
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
385+
- name: ARGS
386+
value: "--project-name=netobserv-operator --report --org=824715e7-b597-4123-bdb7-ba8abc3d3b2f"
385387
runAfter:
386388
- build-image-index
387389
taskRef:

0 commit comments

Comments
 (0)