You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CloudResourceManager plugins don’t behave as expected in all test cases, it always give scan result OK but the reason is not accurate, as it indicates: No organization policies found which is not the case, as org policy is setup and the expected outcome here is OK because Org policy is enforced.
another example on disableAutomaticIAMGrants Plugin, change the environment setup, by not enforcing disableAutomaticIAMGrants , in this case, plugin must give fail result, for the reason disableAutomaticIAMGrants is not enforced, but again we get same OK result for reason, "No organization policies found"
The text was updated successfully, but these errors were encountered:
CloudResourceManager plugins don’t behave as expected in all test cases, it always give scan result
OK
but the reason is not accurate, as it indicates:No organization policies found
which is not the case, as org policy is setup and the expected outcome here isOK
because Org policy isenforced
.another example on
disableAutomaticIAMGrants
Plugin, change the environment setup, by not enforcingdisableAutomaticIAMGrants
, in this case, plugin must givefail
result, for the reasondisableAutomaticIAMGrants
is not enforced, but again we get sameOK
result for reason,"No organization policies found"
The text was updated successfully, but these errors were encountered: