Skip to content

Commit

Permalink
Use Amazon ECR Trivy database
Browse files Browse the repository at this point in the history
  • Loading branch information
assumptionsandg committed Oct 2, 2024
1 parent a9ca4cf commit 15fa7c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stackhpc-container-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ jobs:

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

- name: Move image scan logs to output artifact
run: mv image-scan-output image-build-logs/image-scan-output
Expand Down

0 comments on commit 15fa7c8

Please sign in to comment.