1
0
Fork 0
mirror of https://github.com/imjasonh/govulncheck-action synced 2026-07-07 00:12:55 +00:00
govulncheck-action/action.yml

20 lines
458 B
YAML
Raw Normal View History

name: 'Go Vulnerability Check'
description: 'Run govulncheck and annotate vulnerable dependencies and code'
author: 'Your Name'
inputs:
working-directory:
description: 'Directory to run govulncheck in'
required: false
default: '.'
outputs:
vulnerabilities-found:
description: 'Whether vulnerabilities were found'
vulnerability-count:
description: 'Number of vulnerabilities found'
runs:
using: 'node20'
main: 'dist/index.js'