fix: add policy and speed up (#51)

Signed-off-by: matttrach <matt.trachier@suse.com>
This commit is contained in:
Matt Trachier 2024-04-06 01:05:31 -05:00 committed by GitHub
parent ad3e046b83
commit 9b964a9b9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -52,7 +52,7 @@ jobs:
run: | run: |
go version go version
cd ${{github.workspace}}/tests cd ${{github.workspace}}/tests
go test -v -timeout=60m -parallel=5 go test -v -timeout=60m -parallel=10
cd ${{github.workspace}} cd ${{github.workspace}}
- uses: peter-evans/create-or-update-comment@v4 - uses: peter-evans/create-or-update-comment@v4
name: 'Report Success' name: 'Report Success'

View File

@ -167,7 +167,11 @@ Please remember that these are just my notes, make good decisions and evaluate y
"route53:ListCidrCollections", "route53:ListCidrCollections",
"route53:GetHostedZoneCount", "route53:GetHostedZoneCount",
"route53:CreateHealthCheck", "route53:CreateHealthCheck",
"route53:DeleteHealthCheck" "route53:DeleteHealthCheck",
"iam:UploadServerCertificate",
"iam:ListServerCertificates",
"iam:ListServerCertificateTags",
"iam:DeleteServerCertificate"
], ],
"Resource": "*" "Resource": "*"
}, },