Skip to content

Commit

Permalink
Merge pull request #866 from arewm/rhtap-pipeline-steps
Browse files Browse the repository at this point in the history
update removed tasks after recent changes
  • Loading branch information
jduimovich authored Mar 12, 2024
2 parents acacbe1 + d7b6bf9 commit 6505cbe
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions pipelines/docker-build-rhtap/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,27 @@
# 4 build-source-image
# 5 deprecated-base-image-check
# 6 clair-scan
# 7 sast-snyk-check
# 8 clamav-scan
# 9 sbom-json-check
# 7 ecosystem-cert-preflight-checks
# 8 sast-snyk-check
# 9 clamav-scan
# 10 sbom-json-check
- op: replace
path: /spec/tasks/3/runAfter/0
value: clone-repository
- op: remove
path: /spec/tasks/9 # sbom-json-check
path: /spec/tasks/10 # sbom-json-check
- op: remove
path: /spec/tasks/8 # clamav-scan
path: /spec/tasks/9 # clamav-scan
- op: remove
path: /spec/tasks/7 # sast-snyk-check
path: /spec/tasks/8 # sast-snyk-check
- op: remove
path: /spec/tasks/7 # ecosystem-cert-preflight-checks
- op: remove
path: /spec/tasks/6 # clair-scan
- op: remove
path: /spec/tasks/5 # deprecated-base-image-check
- op: remove
path: /spec/tasks/4 # build-source-image
- op: remove
path: /spec/tasks/2 # prefetch-dependencies
- op: add
Expand Down

0 comments on commit 6505cbe

Please sign in to comment.