cleanup: working

This commit is contained in:
Joaquin Rinaudo
2020-09-03 08:08:11 +02:00
parent 0f3994a135
commit dce3cb0ead
2 changed files with 3 additions and 3 deletions

View File

@@ -273,7 +273,7 @@ generateJsonAsffOutput(){
--arg AWS_PARTITION "$AWS_PARTITION" \
-n '{
"SchemaVersion": "2018-10-08",
"Id": "arn:\($AWS_PARTITION):securityhub:\($REPREGION):\($ACCOUNT_NUM):product/prowler/finding/\($TITLE_ID)-\($ACCOUNT_NUM)-\($REPREGION)-($UNIQUE_ID)",
"Id": "prowler-\($TITLE_ID)-\($ACCOUNT_NUM)-\($REPREGION)-($UNIQUE_ID)",
"ProductArn": "arn:\($AWS_PARTITION):securityhub:\($REPREGION):\($ACCOUNT_NUM):product/\($ACCOUNT_NUM)/default",
"ProductFields": {
"ProviderName": "Prowler",
@@ -296,7 +296,7 @@ generateJsonAsffOutput(){
{
"Type": $RESOURCE_TYPE,
"Id": "AWS::::Account:\($ACCOUNT_NUM)",
"Partition": "aws",
"Partition": $AWS_PARTITION,
"Region": $REPREGION
}
],