Description:
govulncheck stopped working, but only in GitHub Actions.
Action version:
5
Platform:
Runner type:
Tools version:
1.26.1 and 1.26.2
Repro steps:
govulncheck -scan package ./...
Expected behavior:
govulncheck generates a scan report of any CVE's found in a project containing a toplevel go.mod file.
Actual behavior:
govulncheck aborts, unable to scan Go projects.
This change happened in recent weeks. Suspect the action provisioning code may have broken govulncheck.
Able to scan on a local Mac just fine. But CI/CD is suddenly hosed, across a dozen Go repos.
Description:
govulncheck stopped working, but only in GitHub Actions.
Action version:
5
Platform:
Runner type:
Tools version:
1.26.1 and 1.26.2
Repro steps:
govulncheck -scan package ./...Expected behavior:
govulncheck generates a scan report of any CVE's found in a project containing a toplevel go.mod file.
Actual behavior:
govulncheck aborts, unable to scan Go projects.
This change happened in recent weeks. Suspect the action provisioning code may have broken govulncheck.
Able to scan on a local Mac just fine. But CI/CD is suddenly hosed, across a dozen Go repos.