Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build the degauss image
run: docker build --output type=image,compression=zstd,oci-mediatypes=true --load --cpu-quota $(( $(nproc --all)*100000 )) degauss --platform linux/amd64 --tag genoa-container-registry.washington.palantircloud.com/degauss:${{ env.BUILD_NUM }}
- name: Run Trivy CVE vulnerability scanner
uses: aquasecurity/trivy-action@0.33.1
uses: aquasecurity/trivy-action@0.34.0
with:
image-ref: genoa-container-registry.washington.palantircloud.com/degauss:${{ env.BUILD_NUM }}
format: 'table'
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Build the postgis image
run: docker build --output type=image,compression=zstd,oci-mediatypes=true --shm-size 4g --load --cpu-quota $(( $(nproc --all)*100000 )) --build-arg TIGER_DOMAIN=clad-github-builder.rit.uw.edu --build-arg state_var=${{ matrix.value }} uwpostgis --platform linux/amd64 --tag genoa-container-registry.washington.palantircloud.com/postgis-${{ matrix.value }}:${{ env.BUILD_NUM }}
- name: Run Trivy CVE vulnerability scanner
uses: aquasecurity/trivy-action@0.33.1
uses: aquasecurity/trivy-action@0.34.0
with:
image-ref: genoa-container-registry.washington.palantircloud.com/postgis-${{ matrix.value }}:${{ env.BUILD_NUM }}
format: 'table'
Expand Down
Loading