We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a585a2 commit 5acee2cCopy full SHA for 5acee2c
.github/workflows/anchore.yml
@@ -37,10 +37,11 @@ jobs:
37
runs-on: ubuntu-latest
38
steps:
39
- name: Checkout the code
40
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
41
- # v3.5.2
+ uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
42
- name: Build the Docker image
43
run: docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
+ - name: List the Docker image
44
+ run: docker image ls
45
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
46
uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957 # v3.3.5
47
id: scan
0 commit comments