mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
feat(misconf): variable support for Terraform Plan (#7228)
Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
package tfplan;
|
||||
|
||||
option go_package = "github.com/aquasecurity/trivy/iac/scanners/terraformplan/snapshot/planproto";
|
||||
|
||||
message DynamicValue {
|
||||
bytes msgpack = 1;
|
||||
}
|
||||
|
||||
message Plan {
|
||||
map<string, DynamicValue> variables = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user