mirror of
https://github.com/imjasonh/govulncheck-action
synced 2026-07-13 19:08:02 +00:00
- Updated example to use golang.org/x/net v0.30.0 (latest version) - Modified example code to demonstrate vulnerability detection - Improved govulncheck installation check to skip if already installed - Enhanced local testing capabilities with run-local.js script - Fixed parser to handle both JSON lines and multi-line JSON formats - Added comprehensive logging for debugging annotation creation
5 lines
97 B
Modula-2
5 lines
97 B
Modula-2
module github.com/imjasonh/govulncheck-action/example
|
|
|
|
go 1.20
|
|
|
|
require golang.org/x/net v0.30.0
|