Skip to content

Add workflow govulncheck to detect vulnerabilitied #1

Add workflow govulncheck to detect vulnerabilitied

Add workflow govulncheck to detect vulnerabilitied #1

Workflow file for this run

# This file adheres to the YAML5 style.
{
"name": "Go vulnerability check",
"on": ["pull_request"],
"jobs": {
"govulncheck_job": {
"name": "Run govulncheck",
"runs-on": "ubuntu-latest",
"steps": [

Check failure on line 9 in .github/workflows/govulncheck.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/govulncheck.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
{
"id": "govulncheck"
"name": "golang-govulncheck-action",
"uses": "golang/govulncheck-action@v1",
"with": {
"go-package": "./...",
},
},
],
},
},
}