Skip to content

Commit a020fb4

Browse files
committed
trying to persuade Anchore to use the local code base rather than the remote repo
1 parent 6e23605 commit a020fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/anchore-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout the code
2525
uses: actions/checkout@v4
2626
- name: Build the Docker image
27-
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
27+
run: docker build . --file Dockerfile.local --tag localbuild/testimage:latest
2828
- name: Run the local Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
2929
uses: anchore/scan-action@v3
3030
with:

0 commit comments

Comments
 (0)