diff --git a/anchore.groovy b/anchore.groovy index 8affcfb..673213d 100644 --- a/anchore.groovy +++ b/anchore.groovy @@ -24,8 +24,7 @@ pipeline { stage('Anchore Analysis') { steps { - sh 'rm anchore_images' - sh 'echo "registry.curex-project.eu:443/curex-local/kea_suricata:latest" >> anchore_images' + sh 'echo "registry.curex-project.eu:443/curex-local/kea_suricata:latest" > anchore_images' sh 'echo "registry.curex-project.eu:443/curex-local/kea_elasticsearch:latest" >> anchore_images' sh 'echo "registry.curex-project.eu:443/curex-local/kea_logstash:latest" >> anchore_images' sh 'echo "registry.curex-project.eu:443/curex-local/kea_kibana:latest" >> anchore_images'