diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f63ffd9..2b3ac36 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,7 @@ "VARIANT": "1.22-bullseye", // Options "NODE_VERSION": "none", - "VULNCHECK_VERSION": "v1.1.0" + "VULNCHECK_VERSION": "v1.1.3" } }, "runArgs": [ diff --git a/.vscode/settings.json b/.vscode/settings.json index d40ea44..3df0dfc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "cSpell.words": [ "sarif" - ] + ], } \ No newline at end of file diff --git a/action.yml b/action.yml index 7b506ef..aee2c73 100644 --- a/action.yml +++ b/action.yml @@ -11,9 +11,9 @@ inputs: required: false default: "1.21.4" vulncheck-version: - description: "Version of govulncheck that should be used, by default v1.0.0" + description: "Version of govulncheck that should be used, by default v1.1.3" required: false - default: "v1.0.0" + default: "v1.1.3" github-token: description: "Github App token to upload sarif report. Needs write permissions for security_events. By default it will use 'github.token' value" default: ${{ github.token }}