We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ca4cf commit 363b690Copy full SHA for 363b690
.github/workflows/stackhpc-container-image-build.yml
@@ -226,6 +226,8 @@ jobs:
226
227
- name: Scan built container images
228
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"
231
232
- name: Move image scan logs to output artifact
233
run: mv image-scan-output image-build-logs/image-scan-output
0 commit comments