Skip to content

Commit 6a2bd78

Browse files
authored
BST-18082 Add tests for gitleaks and base scanner (#225)
2 parents 9e05302 + 2d9d65d commit 6a2bd78

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-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: "caulking"
4+
type: "source-code"
5+
source:
6+
url: "https://github.com/cloud-gov/caulking.git"
7+
ref: "main"
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: "caulking"
4+
type: "source-code"
5+
source:
6+
url: "https://github.com/cloud-gov/caulking.git"
7+
ref: "main"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: "1.0"
2+
tests:
3+
- name: "juice-shop"
4+
type: "source-code"
5+
source:
6+
url: "https://github.com/juice-shop/juice-shop.git"
7+
ref: "v15.0.0"
8+
- name: "dsvw"
9+
type: "source-code"
10+
source:
11+
url: "https://github.com/stamparm/DSVW.git"
12+
ref: "master"
13+
- name: "capital"
14+
type: "source-code"
15+
source:
16+
url: "https://github.com/Checkmarx/capital.git"
17+
ref: "main"
18+
- name: "brokencrystals"
19+
type: "source-code"
20+
source:
21+
url: "https://github.com/NeuraLegion/brokencrystals.git"
22+
ref: "stable"

0 commit comments

Comments
 (0)