Skip to content

Commit

Permalink
trying to persuade Anchore to use the local code base rather than the…
Browse files Browse the repository at this point in the history
… remote repo
  • Loading branch information
joreiche committed Jan 31, 2024
1 parent 6e23605 commit a020fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/anchore-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
run: docker build . --file Dockerfile.local --tag localbuild/testimage:latest
- name: Run the local Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
uses: anchore/scan-action@v3
with:
Expand Down

0 comments on commit a020fb4

Please sign in to comment.