Skip to content

Commit 363b690

Browse files
Use Amazon ECR Trivy database
1 parent a9ca4cf commit 363b690

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ jobs:
226226

227227
- name: Scan built container images
228228
run: src/kayobe-config/tools/scan-images.sh ${{ matrix.distro }} ${{ steps.write-kolla-tag.outputs.kolla-tag }}
229+
env:
230+
TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db:2"
229231

230232
- name: Move image scan logs to output artifact
231233
run: mv image-scan-output image-build-logs/image-scan-output

0 commit comments

Comments
 (0)