Skip to content

Commit

Permalink
# container scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Aug 25, 2021
1 parent 33d4950 commit 6163592
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
echo FULLCONTAINERNAME=$IMAGE_ID:$VERSION >> $GITHUB_ENV
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
- uses: Azure/container-scan@v0
with:
image-name: ${{ env.FULLCONTAINERNAME }}
#- uses: Azure/container-scan@v0
#with:
#image-name: ${{ env.FULLCONTAINERNAME }}

- name: Push to CR
run: docker push ${{ env.FULLCONTAINERNAME }}
Expand Down

0 comments on commit 6163592

Please sign in to comment.