This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Commit 080c590
feat: Added contacts field to findings attributes, specifying Essential Contacts defined at org, folder or project level within a GCP org (#865)
* feat: Added contacts field to findings attributes, specifying Essential Contacts defined at org, folder or project level within a GCP org feat: Added process signature fields to the indicator attribute that helps surface multiple types of signature defined IOCs PiperOrigin-RevId: 458537238 Source-Link: googleapis/googleapis@7fdec62 Source-Link: https://github.com/googleapis/googleapis-gen/commit/bb340e3223539a792a204be2a794fb2ad3724f68 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmIzNDBlMzIyMzUzOWE3OTJhMjA0YmUyYTc5NGZiMmFkMzcyNGY2OCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * add scc-secrets, excluded samples.cfg from owlbot changes and fixed PrintStream init in Mute config test * 🦉 Updates from OwlBot post-processor 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> Co-authored-by: Sita Lakshmi Sangameswaran <sitalakshmi@google.com>1 parent 1a3e969 commit 080c590
File tree
26 files changed
+8101
-238
lines changed- .kokoro/presubmit
- google-cloud-securitycenter/src/test/java/com/google/cloud/securitycenter/v1
- proto-google-cloud-securitycenter-v1/src/main
- java/com/google/cloud/securitycenter/v1
- proto/google/cloud/securitycenter/v1
- samples/snippets/src/test/java/com/google/cloud/examples/securitycenter/snippets
26 files changed
+8101
-238
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| 317 | + | |
317 | 318 | | |
318 | 319 | | |
319 | 320 | | |
| |||
388 | 389 | | |
389 | 390 | | |
390 | 391 | | |
| 392 | + | |
391 | 393 | | |
392 | 394 | | |
393 | 395 | | |
| |||
2775 | 2777 | | |
2776 | 2778 | | |
2777 | 2779 | | |
| 2780 | + | |
2778 | 2781 | | |
2779 | 2782 | | |
2780 | 2783 | | |
| |||
2851 | 2854 | | |
2852 | 2855 | | |
2853 | 2856 | | |
| 2857 | + | |
2854 | 2858 | | |
2855 | 2859 | | |
2856 | 2860 | | |
| |||
2925 | 2929 | | |
2926 | 2930 | | |
2927 | 2931 | | |
| 2932 | + | |
2928 | 2933 | | |
2929 | 2934 | | |
2930 | 2935 | | |
| |||
2999 | 3004 | | |
3000 | 3005 | | |
3001 | 3006 | | |
| 3007 | + | |
3002 | 3008 | | |
3003 | 3009 | | |
3004 | 3010 | | |
| |||
3323 | 3329 | | |
3324 | 3330 | | |
3325 | 3331 | | |
| 3332 | + | |
3326 | 3333 | | |
3327 | 3334 | | |
3328 | 3335 | | |
| |||
3355 | 3362 | | |
3356 | 3363 | | |
3357 | 3364 | | |
| 3365 | + | |
3358 | 3366 | | |
3359 | 3367 | | |
3360 | 3368 | | |
| |||
3412 | 3420 | | |
3413 | 3421 | | |
3414 | 3422 | | |
| 3423 | + | |
3415 | 3424 | | |
3416 | 3425 | | |
3417 | 3426 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| 308 | + | |
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
| |||
375 | 376 | | |
376 | 377 | | |
377 | 378 | | |
| 379 | + | |
378 | 380 | | |
379 | 381 | | |
380 | 382 | | |
| |||
2546 | 2548 | | |
2547 | 2549 | | |
2548 | 2550 | | |
| 2551 | + | |
2549 | 2552 | | |
2550 | 2553 | | |
2551 | 2554 | | |
| |||
2618 | 2621 | | |
2619 | 2622 | | |
2620 | 2623 | | |
| 2624 | + | |
2621 | 2625 | | |
2622 | 2626 | | |
2623 | 2627 | | |
| |||
2688 | 2692 | | |
2689 | 2693 | | |
2690 | 2694 | | |
| 2695 | + | |
2691 | 2696 | | |
2692 | 2697 | | |
2693 | 2698 | | |
| |||
2757 | 2762 | | |
2758 | 2763 | | |
2759 | 2764 | | |
| 2765 | + | |
2760 | 2766 | | |
2761 | 2767 | | |
2762 | 2768 | | |
| |||
3036 | 3042 | | |
3037 | 3043 | | |
3038 | 3044 | | |
| 3045 | + | |
3039 | 3046 | | |
3040 | 3047 | | |
3041 | 3048 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
0 commit comments