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 6e23605 commit a020fb4Copy full SHA for a020fb4
.github/workflows/anchore-analysis.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout the code
25
uses: actions/checkout@v4
26
- name: Build the Docker image
27
- run: docker build . --file Dockerfile --tag localbuild/testimage:latest
+ run: docker build . --file Dockerfile.local --tag localbuild/testimage:latest
28
- name: Run the local Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
29
uses: anchore/scan-action@v3
30
with:
0 commit comments