Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit b47e38a

Browse files
committed
Updated even more version checks
1 parent 3b5eee8 commit b47e38a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tools/cve-bin-tool/manifest.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: cve-bin-tool
22
version: "3.2"
3-
check: ""
3+
check: ${binary} --version | grep -P '^\d+\.\d+(\.\d+)?$'
44
build_dependencies:
55
- python
66
- shiv
77
runtime_dependencies:
88
- python
9+
- gsutil
910
platforms:
1011
- linux/amd64
1112
- linux/arm64
@@ -21,5 +22,5 @@ description: Helps you determine if your system includes known vulnerabilities
2122
renovate:
2223
datasource: github-releases
2324
package: intel/cve-bin-tool
24-
extractVersion: ^v(?<version>.+?)$
25+
extractVersion: ^v(?<version>\d+\.\d+(\.\d+)??)$
2526
versioning: loose

tools/sbom-utility/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sbom-utility
22
version: "0.9.2"
3-
check: ""
3+
check: ${binary} version | grep ^sbom-utility | cut -d' ' -f3 | tr -d v
44
platforms:
55
- linux/amd64
66
- linux/arm64

0 commit comments

Comments
 (0)