Skip to content

Commit 439fc4b

Browse files
lindycoderclaude
andauthored
BST-18082 Add tests for more scanners (osv-scanner, checkov) (#282)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 6a2bd78 commit 439fc4b

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: "1.0"
2+
tests:
3+
- name: "terragoat"
4+
type: "source-code"
5+
source:
6+
url: "https://github.com/bridgecrewio/terragoat.git"
7+
ref: "main"
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
version: "1.0"
2+
tests:
3+
- name: "gitleaks" # GO
4+
type: "source-code"
5+
source:
6+
url: "https://github.com/gitleaks/gitleaks.git"
7+
ref: "v8.15.2"
8+
- name: "vaultwarden" # RUST
9+
type: "source-code"
10+
source:
11+
url: "https://github.com/dani-garcia/vaultwarden.git"
12+
ref: "1.30.5"
13+
- name: "docusaurus" # NPM
14+
type: "source-code"
15+
source:
16+
url: "https://github.com/facebook/docusaurus.git"
17+
ref: "v3.2.1"
18+
- name: "nomulus" # Gradle
19+
type: "source-code"
20+
source:
21+
url: "https://github.com/google/nomulus.git"
22+
ref: "nomulus-20240501-RC00"
23+
- name: "openvino" # Python
24+
type: "source-code"
25+
source:
26+
url: "https://github.com/openvinotoolkit/openvino.git"
27+
ref: "2024.1.0"

0 commit comments

Comments
 (0)