File tree Expand file tree Collapse file tree
google/cloud/securitycenter/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -272,4 +272,7 @@ message Finding {
272272
273273 // Represents IAM bindings associated with the Finding.
274274 repeated IamBinding iam_bindings = 39 ;
275+
276+ // Next steps associate to the finding.
277+ string next_steps = 40 ;
275278}
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ message MitreAttack {
7878
7979 // MITRE ATT&CK techniques that can be referenced by SCC findings.
8080 // See: https://attack.mitre.org/techniques/enterprise/
81- // Next ID: 30
81+ // Next ID: 31
8282 enum Technique {
8383 // Unspecified value.
8484 TECHNIQUE_UNSPECIFIED = 0 ;
@@ -169,6 +169,9 @@ message MitreAttack {
169169
170170 // T1485
171171 DATA_DESTRUCTION = 29 ;
172+
173+ // T1484
174+ DOMAIN_POLICY_MODIFICATION = 30 ;
172175 }
173176
174177 // The MITRE ATT&CK tactic most closely represented by this finding, if any.
You can’t perform that action at this time.
0 commit comments