File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,18 @@ steps:
2727 - push
2828 - tag
2929
30+ - name : anchore_scan
31+ image : 340268328991.dkr.ecr.eu-west-2.amazonaws.com/acp/anchore-submission:latest
32+ environment :
33+ IMAGE_NAME : ngx:latest
34+ WHITELIST : CVE-2019-5827 # Red Hat won't fix - https://access.redhat.com/security/cve/cve-2019-5827
35+ depends_on :
36+ - build_and_test_image
37+ when :
38+ event :
39+ - push
40+ - pull_request
41+
3042- name : push_image_to_artifactory
3143 image : 340268328991.dkr.ecr.eu-west-2.amazonaws.com/acp/dind
3244 commands :
6274services :
6375- name : docker
6476 image : 340268328991.dkr.ecr.eu-west-2.amazonaws.com/acp/dind
77+
78+ - name : anchore-submission-server
79+ image : 340268328991.dkr.ecr.eu-west-2.amazonaws.com/acp/anchore-submission:latest
80+ pull : always
81+ commands :
82+ - /run.sh server
You can’t perform that action at this time.
0 commit comments