Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace hardcoded test tags with metadata provided by cluster #493

Open
denis-maiorov-brightsec opened this issue Oct 27, 2023 · 0 comments
Assignees
Labels
Type: enhancement New feature or request.

Comments

@denis-maiorov-brightsec
Copy link
Collaborator

The CLI uses hardcoded enum with test tags to show run:scan command help and assign default tests when no options are provided. It's now required to add new tag to the enum and bump version for clients to be able run a scan with a new test: see #492, #482, etc.

Public API now exposes auth free endpoints that provide metadata about tests including tags: https://app.brightsec.com/api/v1/docs/#/Scan%20Tests

In order to keep all the behavior async command builder has to be implemented. It requires to bump yargs to v17.

@denis-maiorov-brightsec denis-maiorov-brightsec added the Type: enhancement New feature or request. label Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request.
Projects
None yet
Development

No branches or pull requests

1 participant