Add scanner.appendName to chart values#469
Add scanner.appendName to chart values#469J12934 merged 4 commits intosecureCodeBox:v3from EndPositive:bugfix/nmap-release-name
scanner.appendName to chart values#469Conversation
|
I believe no tests/examples are making use of the release name "feature". Everywhere I can see, this |
|
Good catch, I agree that this should be changed at least so that it does not use the helm release name as the name of the scanType as this really isn't intuitive. I think we should hold this change until 3.0.0 as this is a potentially breaking change. This was originally added so that you can configure yourself a In v3 we should then probably add a helm value to control the name of the scanTypes and not use the release name |
|
Interesting, I hadn't thought of that. I agree that a helm value for overriding the scantype name would be a great option for that use case. I was assuming we could do with a single override value for each chart (i.e.
I'm not sure if we have a use case for option 2 since each scantype also already uses the same resources, security, etc. (and thus each scantype would be running priviledged and thus needs Other ideas? |
|
Hi, sorry this pr got out of my sight. 😕 |
Signed-off-by: Jop Zitman <jop-zitman@hotmail.com>
Signed-off-by: Jop Zitman <jop-zitman@hotmail.com>
Signed-off-by: Jop Zitman <jop-zitman@hotmail.com>
|
I think that should do it 😄 |
scanner.appendName to chart values
|
Commit 4ec547e is missing the DCO sign-off 🥴 |
Description
Using {{ .Release.name }} causes issues when using this chart as a dependency of another chart. All other scanners already use a fixed name.
Checklist
npm testruns for the whole project.