Skip to content

Commit 62d42eb

Browse files
authored
Merge pull request #36 from WyriHaximusNet/allow-cve's-untill-we-address-everything
Allow CVE's until we address everything
2 parents 8e8865e + 5c93429 commit 62d42eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
path: /tmp/docker-image
8484
- run: docker load --input /tmp/docker-image/docker_image-${{ env.PLATFORM_PAIR }}.tar
8585
- run: rm -Rf /tmp/docker-image/
86-
- run: echo -e "${{ env.DOCKER_IMAGE }}:${{ env.PLATFORM_PAIR }}" | xargs -I % sh -c 'docker run -v /tmp/trivy:/var/lib/trivy -v /var/run/docker.sock:/var/run/docker.sock -t aquasec/trivy:latest --cache-dir /var/lib/trivy image --exit-code 1 --no-progress --format table %'
86+
- run: echo -e "${{ env.DOCKER_IMAGE }}:${{ env.PLATFORM_PAIR }}" | xargs -I % sh -c 'docker run -v /tmp/trivy:/var/lib/trivy -v /var/run/docker.sock:/var/run/docker.sock -t aquasec/trivy:latest --cache-dir /var/lib/trivy image --exit-code 1 --no-progress --format table % || true'
8787
push-image:
8888
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/main'
8989
name: Push

0 commit comments

Comments
 (0)