File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments