ci: address Azure/container-scan regression (#606)

This commit is contained in:
Jack Francis
2022-07-22 17:06:00 +02:00
committed by GitHub
parent 67c50b27ab
commit dd0bce41be
3 changed files with 9 additions and 0 deletions

View File

@@ -90,6 +90,9 @@ jobs:
go-version: "${{ steps.awk_gomod.outputs.version }}.x"
- run: make DH_ORG="${{ github.repository_owner }}" VERSION="${{ github.sha }}" image
- uses: Azure/container-scan@v0
env:
# See https://github.com/goodwithtech/dockle/issues/188
DOCKLE_HOST: "unix:///var/run/docker.sock"
with:
image-name: docker.io/${{ github.repository_owner }}/kured:${{ github.sha }}

View File

@@ -28,6 +28,9 @@ jobs:
- run: |
make DH_ORG="${{ github.repository_owner }}" VERSION="${{ steps.tags.outputs.version }}" image
- uses: Azure/container-scan@v0
env:
# See https://github.com/goodwithtech/dockle/issues/188
DOCKLE_HOST: "unix:///var/run/docker.sock"
with:
image-name: docker.io/${{ github.repository_owner }}/kured:${{ steps.tags.outputs.version }}

View File

@@ -64,6 +64,9 @@ jobs:
go-version: "${{ steps.awk_gomod.outputs.version }}.x"
- run: make DH_ORG="${{ github.repository_owner }}" VERSION="${{ github.sha }}" image
- uses: Azure/container-scan@v0
env:
# See https://github.com/goodwithtech/dockle/issues/188
DOCKLE_HOST: "unix:///var/run/docker.sock"
with:
image-name: docker.io/${{ github.repository_owner }}/kured:${{ github.sha }}