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 1c38d0d commit 697c4d1Copy full SHA for 697c4d1
.github/workflows/anchore.yml
@@ -42,6 +42,8 @@ jobs:
42
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
45
+ - name: copy grype.yaml into $home
46
+ run: cp .grype.yaml $HOME/
47
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
48
uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 # v3.3.6
49
id: scan
0 commit comments