Skip to content

Commit

Permalink
feat: Add next_steps field to finding's list of attributes (#476)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 440383959
Source-Link: googleapis/googleapis@6a276f6
Source-Link: googleapis/googleapis-gen@f94fc64
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjk0ZmM2NDA2MTgzNzAzM2JhYjg4YzY1MDc1ZTE4MTRlZGI2MTMzYSJ9
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Apr 11, 2022
1 parent e108758 commit 1dbb579
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,7 @@ message Finding {

// Represents IAM bindings associated with the Finding.
repeated IamBinding iam_bindings = 39;

// Next steps associate to the finding.
string next_steps = 40;
}
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ message MitreAttack {

// MITRE ATT&CK techniques that can be referenced by SCC findings.
// See: https://attack.mitre.org/techniques/enterprise/
// Next ID: 30
// Next ID: 31
enum Technique {
// Unspecified value.
TECHNIQUE_UNSPECIFIED = 0;
Expand Down Expand Up @@ -169,6 +169,9 @@ message MitreAttack {

// T1485
DATA_DESTRUCTION = 29;

// T1484
DOMAIN_POLICY_MODIFICATION = 30;
}

// The MITRE ATT&CK tactic most closely represented by this finding, if any.
Expand Down
9 changes: 8 additions & 1 deletion packages/google-cloud-securitycenter/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions packages/google-cloud-securitycenter/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion packages/google-cloud-securitycenter/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1dbb579

Please sign in to comment.