File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 128
128
{
129
129
" SchemaVersion" : " 2018-10-08" ,
130
130
" Id" : " {{ $target }}" ,
131
- " ProductArn" : " arn:aws:securityhub:{{ env " AWS_DEFAULT_REGION " }}::product/aquasecurity/aquasecurity" ,
131
+ " ProductArn" : " arn:aws:securityhub:{{ env " AWS_REGION " }}::product/aquasecurity/aquasecurity" ,
132
132
" GeneratorId" : " Trivy" ,
133
133
" AwsAccountId" : " {{ env " AWS_ACCOUNT_ID" }}" ,
134
134
" Types" : [ " Sensitive Data Identifications" ],
145
145
" Type" : " Other" ,
146
146
" Id" : " {{ $target }}" ,
147
147
" Partition" : " aws" ,
148
- " Region" : " {{ env " AWS_DEFAULT_REGION " }}" ,
148
+ " Region" : " {{ env " AWS_REGION " }}" ,
149
149
" Details" : {
150
150
" Other" : {
151
151
" Filename" : " {{ $target }}"
Original file line number Diff line number Diff line change 2
2
"Findings": [{
3
3
"SchemaVersion": "2018-10-08",
4
4
"Id": "deploy.sh",
5
- "ProductArn": "arn:aws:securityhub:::product/aquasecurity/aquasecurity",
5
+ "ProductArn": "arn:aws:securityhub:test-region ::product/aquasecurity/aquasecurity",
6
6
"GeneratorId": "Trivy",
7
7
"AwsAccountId": "123456789012",
8
8
"Types": [ "Sensitive Data Identifications" ],
19
19
"Type": "Other",
20
20
"Id": "deploy.sh",
21
21
"Partition": "aws",
22
- "Region": "",
22
+ "Region": "test-region ",
23
23
"Details": {
24
24
"Other": {
25
25
"Filename": "deploy.sh"
31
31
},{
32
32
"SchemaVersion": "2018-10-08",
33
33
"Id": "deploy.sh",
34
- "ProductArn": "arn:aws:securityhub:::product/aquasecurity/aquasecurity",
34
+ "ProductArn": "arn:aws:securityhub:test-region ::product/aquasecurity/aquasecurity",
35
35
"GeneratorId": "Trivy",
36
36
"AwsAccountId": "123456789012",
37
37
"Types": [ "Sensitive Data Identifications" ],
48
48
"Type": "Other",
49
49
"Id": "deploy.sh",
50
50
"Partition": "aws",
51
- "Region": "",
51
+ "Region": "test-region ",
52
52
"Details": {
53
53
"Other": {
54
54
"Filename": "deploy.sh"
You can’t perform that action at this time.
0 commit comments