NEW: securityhub summary

This commit is contained in:
xpk 2022-06-10 16:57:02 +08:00
parent 79638991c8
commit 8615fdda41
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
aws securityhub get-findings --filters '{"SeverityLabel":[{"Value": "HIGH","Comparison":"EQUALS"}]}' --max-items 500 | jq -cr '.Findings[] | [.AwsAccountId,.Title,.Resources[].Id,.Severity.Label] | @csv'