-
I'm trying to create versioned engagement in DefectDojo with ScheduledScan. I didn't managed to find reference to configure templating in annotations. Can you say what fields I can reference in annotations or place in the code responsible for templating? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, sorry I don't get the question The annotations used by the hook are documented here: https://www.securecodebox.io/docs/hooks/defectdojo#additional-chart-configurations. Do you mean the templating by either the auto discovery or from cascading scans? |
Beta Was this translation helpful? Give feedback.
-
The auto-discovery templating params are right now not really nicely documented. For more details you can reference the parameters handed intot he templating function in code.
|
Beta Was this translation helpful? Give feedback.
The auto-discovery templating params are right now not really nicely documented.
Easiest reference are the example templates configured by default: https://github.com/secureCodeBox/secureCodeBox/blob/main/auto-discovery/kubernetes/values.yaml#L43
For more details you can reference the parameters handed intot he templating function in code.
These can be found here: