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

✨ Frameworks states filter #48

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Conversation

slntopp
Copy link
Member

@slntopp slntopp commented Jul 31, 2024

No description provided.

@@ -724,6 +726,8 @@ type ComplianceFrameworksInput struct {

// The framework state to filter by. (Optional.)
State *ComplianceFrameworkState `json:"state,omitempty"`
// The framework states to filter by. (Optional.)
States *[]ComplianceFrameworkState `json:"states,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

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

do we need to also update a reference somewhere to use this? right now it looks like we're just updating the generated API code.

Copy link
Member Author

Choose a reason for hiding this comment

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

Server changes are already implemented and shipped

Copy link
Member Author

Choose a reason for hiding this comment

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

And need to get the library updated for the cnspec :)

@slntopp slntopp merged commit 26ac759 into main Aug 1, 2024
7 checks passed
@slntopp slntopp deleted the mik/frameworks-states-filter branch August 1, 2024 10:40
@github-actions github-actions bot locked and limited conversation to collaborators Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants