We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac905f commit e609291Copy full SHA for e609291
.github/workflows/reusable-cve-scan.yml
@@ -198,7 +198,7 @@ jobs:
198
export AWS_ACCOUNT_ID
199
200
# Download ASFF template explicitly (trivy-action does not ship contrib templates)
201
- curl -fsSL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/asff.tpl -o asff.tpl
+ curl --proto '=https' --tlsv1.2 -fsSL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/asff.tpl -o asff.tpl
202
203
trivy convert --format template --template "@asff.tpl" \
204
--output trivy-results.asff trivy-results.json
0 commit comments