Browse Source
Pin actions to a full length commit SHA
Pin actions to a full length commit SHA
- Pinned actions by SHA https://github.com/ossf/scorecard/blob/main/docs/checks.md#pinned-dependencies - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions >Pin actions to a full length commit SHA >Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actionspull/2767/head
naveensrinivasan
3 years ago
11 changed files with 71 additions and 53 deletions
-
14.github/workflows/binaries_dev.yml
-
6.github/workflows/binaries_release0.yml
-
6.github/workflows/binaries_release1.yml
-
6.github/workflows/binaries_release2.yml
-
6.github/workflows/binaries_release3.yml
-
17.github/workflows/container_dev.yml
-
17.github/workflows/container_latest.yml
-
15.github/workflows/container_release1.yml
-
15.github/workflows/container_release2.yml
-
15.github/workflows/container_release3.yml
-
7.github/workflows/go.yml
Write
Preview
Loading…
Cancel
Save
Reference in new issue