Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Conversation

nigthknight
Copy link
Member

@nigthknight nigthknight commented Sep 28, 2020

If applied this PR will:

  • Move every docker image from scbexperimental group to regular securecodebox
  • Make every scanner Image name comply with the rest
  • Change every reference for scbexperimental images to securecodebox images
  • Add the option to change image tags for custom scanner images
  • Pin the tag for custom docker images in CI/CD

closes #102

For the release of version 2 of the SecureCodeBox we want to move
the used Docker images from the experimental group to the regular group

To make this possible I changed the docker group in the CI using
VIMs search and replace (`:%s/scbexperimental/securecodebox/g`)

To make sure that every reference (e.g. in helm charts) is updated I searched for all
occurence using ripgrep (`rg -il "scbexperimental" ./`)
@nigthknight nigthknight requested review from J12934 and rseedorff and removed request for J12934 September 28, 2020 07:25
@nigthknight nigthknight force-pushed the update-docker-image-group branch from 9139137 to ba0e0f5 Compare September 28, 2020 12:30
To make it possible to change the docker images for scanners and hooks
via values.xml I updated the following charts:
- kube-hunter
- ncrack
- nikto
- nmap
- test-scan

This is necessary for these charts because we do not use the official
images for these scanners/hooks and cannot rely on their image tags
@nigthknight nigthknight marked this pull request as draft September 28, 2020 14:05
@nigthknight nigthknight marked this pull request as ready for review October 2, 2020 08:46
@J12934 J12934 merged commit 9c96b03 into master Oct 2, 2020
@J12934 J12934 deleted the update-docker-image-group branch October 9, 2020 06:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate v2 Docker Image to Regular "securecodebox" DockerHub Group
2 participants