From a074e1c480f18ec1f21b7a28835c91192d14334b Mon Sep 17 00:00:00 2001 From: Keiichi Shimamura Date: Thu, 17 Nov 2022 01:20:47 -0500 Subject: [PATCH] replace azure/container-scan with anchore/scan-action (#167) --- .github/workflows/distro.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/distro.yml b/.github/workflows/distro.yml index c961402..d434fff 100644 --- a/.github/workflows/distro.yml +++ b/.github/workflows/distro.yml @@ -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: |