Commit 1231654
authored
fix: pin Docker image to versioned tag 3.2.0 (#10)
* fix: pin Docker image to versioned tag 3.2.0
Replaces mutable :latest tag with immutable :3.2.0 for reproducible
builds and supply-chain security. The 3.2.0 image includes Verification
Context v1.0 output support.
* fix: use sha256 digest for immutable image pin, update docs
- action.yml: use sha256 digest instead of mutable :3.2.0 tag
- CONTRIBUTING.md: reference 3.2.0 instead of latest
- SECURITY.md: reference 3.2.0 instead of latest1 parent 1a36cf9 commit 1231654
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments