Commit b0005d9e26fee2a8c625e7b0d4b060dc016b162f
1 parent
4bc4e7d723
Exists in
master
and in
2 other branches
Write anchore file from scratch
Showing 1 changed file with 1 additions and 2 deletions
anchore.groovy
View file @
b0005d9
... | ... | @@ -24,8 +24,7 @@ |
24 | 24 | |
25 | 25 | stage('Anchore Analysis') { |
26 | 26 | steps { |
27 | - sh 'rm anchore_images' | |
28 | - sh 'echo "registry.curex-project.eu:443/curex-local/kea_suricata:latest" >> anchore_images' | |
27 | + sh 'echo "registry.curex-project.eu:443/curex-local/kea_suricata:latest" > anchore_images' | |
29 | 28 | sh 'echo "registry.curex-project.eu:443/curex-local/kea_elasticsearch:latest" >> anchore_images' |
30 | 29 | sh 'echo "registry.curex-project.eu:443/curex-local/kea_logstash:latest" >> anchore_images' |
31 | 30 | sh 'echo "registry.curex-project.eu:443/curex-local/kea_kibana:latest" >> anchore_images' |