Skip to content

Commit

Permalink
take out image scan for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MthwRobinson committed May 17, 2024
1 parent 6d827db commit 85b32a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ jobs:
--progress plain \
--cache-from $DOCKER_BUILD_REPOSITORY:$ARCH \
-t $DOCKER_BUILD_REPOSITORY:$ARCH-$SHORT_SHA .
- name: Scan image
uses: anchore/scan-action@v3
with:
image: "$DOCKER_BUILD_REPOSITORY:$ARCH-$SHORT_SHA"
severity-cutoff: high
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Test images
Expand Down

0 comments on commit 85b32a2

Please sign in to comment.