-
Notifications
You must be signed in to change notification settings - Fork 119
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
feat: add compliance spec for nsa #1021
feat: add compliance spec for nsa #1021
Conversation
Signed-off-by: chenk <[email protected]>
9b07126
to
030e2dd
Compare
Signed-off-by: chenk <[email protected]>
030e2dd
to
43abc86
Compare
@@ -0,0 +1,175 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For my understanding, how was this spec created? Is it available somewhere as a yaml file or you just translated their PDF into this yaml?
Would you know if they have similar spec for AWS?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have created it my self bases on investigation of the NSA spec and made the relevant mapping to rego
description: 'Control check whether audit policy is configure' | ||
id: '8.0' | ||
defaultStatus: 'FAIL' | ||
checks: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another quick q: why some of these checks don't have an associated rule (check)? Is it because we don't support it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes , see #1042 ,we now tag it as Manual checks. Trivy can't run these checks in a non intrusive mode (outside of the cluster) .but it still part of Nsa so we added it.
Signed-off-by: chenk [email protected]
Description:
Add compliance spec for nsa
Close: #1022