Skip to content

Introduce non-interactive mode to "jf curation-audit" command #3612

Description

@mkielar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions