Skip to content

Added extensible option in ssc tag create and update command#961

Open
jmadhur87 wants to merge 1 commit intofortify:dev/v3.xfrom
jmadhur87:mjain6/839
Open

Added extensible option in ssc tag create and update command#961
jmadhur87 wants to merge 1 commit intofortify:dev/v3.xfrom
jmadhur87:mjain6/839

Conversation

@jmadhur87
Copy link
Copy Markdown
Contributor

feat: Added extensible option in ssc tag create and update command(fix 839)

User can set extensible flag for creating list type ssc custom tag and also can update.

Extensible allow to add new values to list type custom tag while remediation.

private Boolean hidden;
@Option(names = {"--requires-comment"}, required = false, negatable = true)
private Boolean requiresComment;
@Option(names = {"--extensible"}, required = false)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency, I think we should have negatable = true here as well; please implement and check for expected behavior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants