Skip to content

Commit 5acee2c

Browse files
committed
Add list of docker to allow checking size.
Also move detatched comment to line it applies to.
1 parent 0a585a2 commit 5acee2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/anchore.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout the code
40-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
41-
# v3.5.2
40+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
4241
- name: Build the Docker image
4342
run: docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
43+
- name: List the Docker image
44+
run: docker image ls
4445
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
4546
uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957 # v3.3.5
4647
id: scan

0 commit comments

Comments
 (0)