Pin Docker/govulncheck deps + fix license detection (Scorecard)#8
Merged
Conversation
Pushes the remaining Scorecard partials higher: - Pinned-Dependencies (7): pin all four Dockerfile FROMs by multi-arch digest (golang builder, distroless static/cc, debian validator-builder) and pin govulncheck (was @latest) to @v1.1.4. Also bump the Dockerfile builder to Go 1.25 to match the module's go directive. - License (9): GitHub licensee reported "Other"/NOASSERTION because the LICENSE appendix had the copyright filled in. Restore the canonical Apache-2.0 placeholder so it's recognized as Apache-2.0, and move the real copyright to a new NOTICE file. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continues Scorecard hardening (now at 7.6):
DockerfileFROMs pinned by multi-arch digest;govulncheck@latest→@v1.1.4. Dockerfile builder bumped to Go 1.25 to match the module.Other/NOASSERTION because the LICENSE appendix had the copyright filled in — restored the canonical Apache-2.0 placeholder (solicenseerecognizes it) and moved the real copyright to a newNOTICEfile. Also fixes the repo's "Other" license label.CI doesn't build the image, so the digest pins are static-analysis-only here; the govulncheck pin runs in CI.
🤖 Generated with Claude Code