Skip to content

Commit dc0f8da

Browse files
use GitHub Container Registry images for e2e tests (#12)
ossf#1453 Signed-off-by: Spencer Schrock <[email protected]>
1 parent 155378f commit dc0f8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecards-head.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838
- name: "Run analysis"
3939
id: scorecard-run
40-
uses: docker://gcr.io/openssf/scorecard-action:latest
40+
uses: docker://ghcr.io/ossf/scorecard-action:latest
4141
with:
4242
entrypoint: "/scorecard-action"
4343
results_file: results.${{ matrix.results_format }}

0 commit comments

Comments
 (0)