We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A clear and concise description of what the bug is.
policy_std column is jsonb, hence the below statement will generate null which will move the checks to OK
policy_std
null
OK
when policy_std -> 'Statement' ->> 'Effect' = 'Allow' and ( policy_std -> 'Statement' ->> 'Principal' = '*' or ( policy_std -> 'Principal' -> 'AWS' ) :: text = '*' ) then 'alarm'
Steampipe version (steampipe -v) Example: v0.3.0
steampipe -v
Plugin version (steampipe plugin list) Example: v0.5.0
steampipe plugin list
To reproduce Steps to reproduce the behavior (please include relevant code and/or commands).
Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
lambda_function_restrict_public_access.sql query not evaluating corre…
3d09206
…ctly Closes #421
ea7a667
rajlearner17
Successfully merging a pull request may close this issue.
Describe the bug
A clear and concise description of what the bug is.
policy_std
column is jsonb, hence the below statement will generatenull
which will move the checks toOK
Steampipe version (
steampipe -v
)Example: v0.3.0
Plugin version (
steampipe plugin list
)Example: v0.5.0
To reproduce
Steps to reproduce the behavior (please include relevant code and/or commands).
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: