Skip to content

Commit

Permalink
use GitHub Container Registry images for e2e tests (#12)
Browse files Browse the repository at this point in the history
ossf#1453

Signed-off-by: Spencer Schrock <[email protected]>
  • Loading branch information
spencerschrock authored Nov 13, 2024
1 parent 155378f commit dc0f8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
persist-credentials: false
- name: "Run analysis"
id: scorecard-run
uses: docker://gcr.io/openssf/scorecard-action:latest
uses: docker://ghcr.io/ossf/scorecard-action:latest
with:
entrypoint: "/scorecard-action"
results_file: results.${{ matrix.results_format }}
Expand Down

0 comments on commit dc0f8da

Please sign in to comment.