Skip to content

Commit

Permalink
replace azure/container-scan with anchore/scan-action (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakai135 authored Nov 17, 2022
1 parent 8404e50 commit a074e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
run: |
docker build -t $TAG_NAME -f ./distro/Dockerfile --build-arg REF=$RUN_URL --build-arg VERSION=${GITHUB_REF#refs/tags/} .
- uses: azure/container-scan@v0
- uses: anchore/scan-action@v3
with:
image-name: ${{ env.TAG_NAME }}
image: ${{ env.TAG_NAME }}

- name: Package
run: |
Expand Down

0 comments on commit a074e1c

Please sign in to comment.