Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jauderho committed Nov 20, 2023
2 parents 8a783aa + 71d7fb8 commit 181b64f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v2.4.0

- name: Run Anchore to check ${{ matrix.image }} Docker image for vulnerabilities
uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 # v3.3.6
uses: anchore/scan-action@62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0 # v3.3.7
id: anchore-scan
with:
#image: 'docker.io/${{ github.actor }}/${{ matrix.image }}:latest'
Expand Down
2 changes: 1 addition & 1 deletion aznamingtool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EXPOSE 80
EXPOSE 443

### BUILD ###
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine@sha256:e6a2272325d3ec6c8f82cd0ebaa6a25104d24147e38edd9fd80b0918e4b2b2df AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine@sha256:0654dd034eecddddfae0cb136bdcdc26c6f6962edeb3b9b05bace06da4d82e2a AS build
#FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine@sha256:fcf11110dd72ac7d83edc1d0103024a055476eb8c78add62557317f0f9c42eb6 AS build
WORKDIR /src

Expand Down
2 changes: 1 addition & 1 deletion aznamingtool/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EXPOSE 80
EXPOSE 443

### BUILD ###
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine@sha256:e6a2272325d3ec6c8f82cd0ebaa6a25104d24147e38edd9fd80b0918e4b2b2df AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine@sha256:0654dd034eecddddfae0cb136bdcdc26c6f6962edeb3b9b05bace06da4d82e2a AS build
WORKDIR /src

ARG BUILD_VERSION
Expand Down
2 changes: 1 addition & 1 deletion aznamingtool/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EXPOSE 80
EXPOSE 443

### BUILD ###
FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:239eb99884b49bac13f4ff5935e118654f87b67d6e31bc842c7cd5a6c46fcc4f AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:8660607969015201ce9f2103db5888f99776314d074234ca1aeb2961040b5fc6 AS build
WORKDIR /src

ARG BUILD_VERSION
Expand Down

0 comments on commit 181b64f

Please sign in to comment.