Is your feature request related to a problem? Please describe.
I'm running js curation-audit --include-cached-packages as a step in a wider security scan/curation process in a CICD Pipeline. Annoyingly, it always asks:
Do you want to request a waiver for any of the listed packages? (y/n) [n]?
Describe the solution you'd like to see
- Ideally:
jf curation-audit --non-interactive with no questions being asked,
- Or anything else, really, that would allow skipping this question.
Describe alternatives you've considered
Current workaround:
echo "n" | jf curation-audit --include-cached-packages
Additional context
N/A
Is your feature request related to a problem? Please describe.
I'm running
js curation-audit --include-cached-packagesas a step in a wider security scan/curation process in a CICD Pipeline. Annoyingly, it always asks:Describe the solution you'd like to see
jf curation-audit --non-interactivewith no questions being asked,Describe alternatives you've considered
Current workaround:
Additional context
N/A