Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] chore: pin go deps with go.mod #5535

Closed
wants to merge 1 commit into from

Commits on Mar 20, 2024

  1. chore: pin go tools with hack/go.mod

    Use go.mod & go.sum to pin the version and checksum for installed
    commands and their source dependencies.
    
    Modify hacks/for-each-module.sh to count found and skipped modules
    to avoid needing to hardcode multiple expected values.
    
    Modify `make container-image` to update the pinned version of hugo
    to match HUGO_VERSION in netlify.toml, instead of passing in the
    version as a build-arg.
    
    This should help reduce risk of importing newer dependency versions
    that haven't passed vulnerability checks.
    
    Disable abandoned linters to fix `make lint`.
    karlkfi committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1e73578 View commit details
    Browse the repository at this point in the history