GCP-0078 triggers on code that do not declare a storage bucket #10294
Closed
lodig-einride
started this conversation in
Bugs
Replies: 1 comment
-
|
Hi @lodig-einride ! Thanks for the report. Track #10321 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The Trivy CLI's misconfiguration scanners reports the issue GCP-0078 on Terraform code unrelated to declaring a storage bucket. The Terraform file does not declare a storage bucket itself but an IAM member on a storage bucket. GCP-0078 is not a finding applicable to IAM members.
This looks like a bug / false positive.
Desired Behavior
No found misconfigurations
Actual Behavior
Issue GCP-0078 reported by the CLI
Reproduction Steps
Target
Filesystem
Scanner
Misconfiguration
Output Format
Table
Mode
Standalone
Debug Output
Operating System
macOS Tahoe 26.3, Ubuntu 24.04.3
Version
Checklist
trivy clean --allBeta Was this translation helpful? Give feedback.
All reactions