Skip to content

Re-enable govulncheck as blocking CI step #5

@MacAttak

Description

@MacAttak

Context

govulncheck panics on Go 1.25 type signatures when scanning dependencies that use go-json-experiment/json. This is a known upstream issue: golang/go#75584

We set continue-on-error: true on the Govulncheck CI step in .github/workflows/ci.yml as a workaround.

Action

Once the upstream fix is released (either in govulncheck or Go), remove continue-on-error: true from the Govulncheck step in .github/workflows/ci.yml.

How to verify

go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck ./...

If it completes without panicking, the fix is in and the workaround can be removed.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions