Skip to content

Commit 76e3aba

Browse files
committed
FIXUP add preliminary tests to setup the action correctly
1 parent b44440e commit 76e3aba

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: "1.0"
2+
tests:
3+
- name: "gitleaks"
4+
type: "source-code"
5+
source:
6+
url: "git@github.com:gitleaks/gitleaks.git"
7+
ref: "v8.15.2"
8+
- name: "osv-scanner"
9+
type: "source-code"
10+
source:
11+
url: "git@github.com:google/osv-scanner.git"
12+
ref: "main"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: "1.0"
2+
tests:
3+
- name: "Image scanning"
4+
type: "container-image"
5+
source:
6+
url: "https://github.com/martin-boost-dev/boost-poc-registry-testing-trivy"
7+
ref: "main"
8+
scan_paths:
9+
- "rclone"
10+
- "osv-scanner"

0 commit comments

Comments
 (0)