Skip to content

Commit 5696189

Browse files
bump docker to ghcr v2.4.1
This includes both the version bump, and uses the new GHCR image. Signed-off-by: Spencer Schrock <[email protected]>
1 parent 30a595b commit 5696189

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Example:
5757
```
5858
runs:
5959
using: "docker"
60-
image: "docker://gcr.io/openssf/scorecard-action:Tag"
60+
image: "docker://ghcr.io/ossf/scorecard-action:Tag"
6161
```
6262

6363
Create a pull request with this change and merge into `main`.

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ branding:
5858

5959
runs:
6060
using: "docker"
61-
image: "docker://gcr.io/openssf/scorecard-action:v2.4.0"
61+
image: "docker://ghcr.io/ossf/scorecard-action:v2.4.1"

0 commit comments

Comments
 (0)