Skip to content

Commit f5cacf5

Browse files
committed
Update version, direct download, add container image test
1 parent e7f6cc7 commit f5cacf5

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

.github/workflows/smoke-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0 # Need full history to detect changes
1717
- name: Run Tests
18-
uses: martin-boost-dev/boostsec-registry-test-action@f624e775372674de7935d77a277e6695136dbae4
18+
uses: martin-boost-dev/boostsec-registry-test-action@0f00699e4cd4a7adee7d1cbe9b3d9c8c53171d07
1919
with:
2020
provider: github
2121
provider-config: |
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0 # Need full history to detect changes
4040
- name: Run Tests
41-
uses: martin-boost-dev/boostsec-registry-test-action@f624e775372674de7935d77a277e6695136dbae4
41+
uses: martin-boost-dev/boostsec-registry-test-action@0f00699e4cd4a7adee7d1cbe9b3d9c8c53171d07
4242
with:
4343
provider: gitlab
4444
provider-config: |
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
fetch-depth: 0 # Need full history to detect changes
6161
- name: Run Tests
62-
uses: martin-boost-dev/boostsec-registry-test-action@f624e775372674de7935d77a277e6695136dbae4
62+
uses: martin-boost-dev/boostsec-registry-test-action@0f00699e4cd4a7adee7d1cbe9b3d9c8c53171d07
6363
with:
6464
provider: azure
6565
provider-config: |
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
fetch-depth: 0 # Need full history to detect changes
8484
- name: Run Tests
85-
uses: martin-boost-dev/boostsec-registry-test-action@f624e775372674de7935d77a277e6695136dbae4
85+
uses: martin-boost-dev/boostsec-registry-test-action@0f00699e4cd4a7adee7d1cbe9b3d9c8c53171d07
8686
with:
8787
provider: bitbucket
8888
provider-config: |

scanners/boostsecurityio/trivy-fs/tests.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
version: "1.0"
22
tests:
3-
- name: "Source code scan"
3+
- name: "gitleaks"
44
type: "source-code"
55
source:
6-
url: "https://github.com/martin-boost-dev/boost-poc-registry-testing-trivy"
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"
712
ref: "main"
8-
scan_paths:
9-
- "rclone"
10-
- "osv-scanner"
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)