Commit 8b6eae7
ci: pin container, go and npm dependencies (OpenSSF Scorecard)
Improves the OpenSSF Scorecard Pinned-Dependencies check:
- docker/Dockerfile.base: give build_image/base_image pinned digest
defaults and reference them as ${...} so scorecard resolves the FROM
images by hash (containerImage 1/3 -> 3/3). docker-bake.hcl still
overrides them at build time.
- workflows_linting.yml: pin actionlint to v1.7.12 instead of @latest
(goCommand 0/1 -> 1/1; scorecard treats full semver as pinned).
- docs_search_sync.yml: use `npm ci` instead of `npm install` so the
install verifies the committed lockfile (npmCommand 0/1 -> 1/1).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6aa6f34 commit 8b6eae7
3 files changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | | - | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | | - | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
0 commit comments