File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 33 DOCKER_IMAGE : wyrihaximusnet/kubernetes-redis-db-assignment-operator
44on :
55 push :
6- schedule :
7- - cron : ' 0 0 * * 0'
86jobs :
97 supported-arch-matrix :
108 name : Supported processor architectures
8583 - run : rm -Rf /tmp/docker-image/
8684 - 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'
8785 push-image :
88- if : (github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/main '
86+ if : (github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/master '
8987 name : Push
9088 needs :
9189 - supported-arch-matrix
You can’t perform that action at this time.
0 commit comments