Skip to content

Commit f7ffda4

Browse files
lindycoderclaude
andcommitted
BST-18082 Add tests for SAST scanners (semgrep, brakeman, gosec, codeql)
Migrated test targets from boost-sandbox module-tests repositories to the new test harness. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 94705f2 commit f7ffda4

File tree

4 files changed

+93
-0
lines changed

4 files changed

+93
-0
lines changed
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: "railsgoat"
4+
type: "source-code"
5+
source:
6+
url: "https://github.com/OWASP/railsgoat.git"
7+
ref: "master"
8+
- name: "postal"
9+
type: "source-code"
10+
source:
11+
url: "https://github.com/postalserver/postal.git"
12+
ref: "2.1.1"
13+
- name: "govwifi-admin"
14+
type: "source-code"
15+
source:
16+
url: "https://github.com/alphagov/govwifi-admin.git"
17+
ref: "9d067eb8c3d30e8a418cba6fe5c0d27cdaef7e4d"
18+
- name: "diaspora"
19+
type: "source-code"
20+
source:
21+
url: "https://github.com/diaspora/diaspora.git"
22+
ref: "v0.7.18.1"
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: "master"
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: "gitleaks"
4+
type: "source-code"
5+
source:
6+
url: "https://github.com/gitleaks/gitleaks.git"
7+
ref: "v8.15.2"
8+
- name: "osv-scanner"
9+
type: "source-code"
10+
source:
11+
url: "https://github.com/google/osv-scanner.git"
12+
ref: "v1.0.2"
13+
- name: "rclone"
14+
type: "source-code"
15+
source:
16+
url: "https://github.com/rclone/rclone.git"
17+
ref: "v1.62.2"
18+
- name: "kubeaudit"
19+
type: "source-code"
20+
source:
21+
url: "https://github.com/Shopify/kubeaudit.git"
22+
ref: "v0.18.0"
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: "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: "master"
23+
- name: "vulnnodeapp"
24+
type: "source-code"
25+
source:
26+
url: "https://github.com/4auvar/VulnNodeApp.git"
27+
ref: "master"

0 commit comments

Comments
 (0)