-
Notifications
You must be signed in to change notification settings - Fork 48
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
Why some controls are not in the AllControls framework? #537
Comments
Hi and thanks for opening the issue! |
@alegrey91 Thx for the reply. The problem is that I ran kubescape scan in the air-gapped environment, the report said control C-260 & C-262 was failed and could be specified by running However it was failed with error message 'controlID: C-0260: framework from file not matching' My problem is that this seem kind of confuse for users, since some controls can be scan but some cannot. |
@yuleib @YiscahLevySilas1 do you see problems of adding these controls into the allcontrols framework? |
@slashben - please kindly advice here :) |
I just added C-0260 infos in the arrays of ControlsIDs and controls in the allcontrols.json, just like other controls in the file. |
@jeffmou787 - did you opened this fix via a new branch ? |
Hi @jeffmou787, thanks for raising this issue. |
For example, control C-0260 not in the framework, but C-0262 does.
The problem is that for air-gapped environment, user will add --use-artifacts-from flag, like
kubescape scan control C-0260 --use-artifacts-from=artifacts
For C-0262 it's totally fine, but C-0260 will failed with error controlID: C-0260: framework from file not matching
Seems like this is because of the C-0260 control not in the AllControls framework.
The text was updated successfully, but these errors were encountered: