Skip to content

Commit

Permalink
📌 Set Default version to latest (#92)
Browse files Browse the repository at this point in the history
* 📌 Set Default version to latest

* .
  • Loading branch information
Templum authored Oct 22, 2024
1 parent 50480ec commit 6e5b1a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"VARIANT": "1.22-bullseye",
// Options
"NODE_VERSION": "none",
"VULNCHECK_VERSION": "v1.1.0"
"VULNCHECK_VERSION": "v1.1.3"
}
},
"runArgs": [
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cSpell.words": [
"sarif"
]
],
}
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6e5b1a0

Please sign in to comment.