Skip to content

Commit 4f641f5

Browse files
[tmp] disable scan for some packages
1 parent a8d2fb1 commit 4f641f5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

components/gitpod-db/BUILD.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ packages:
4040
packaging: offline-mirror
4141
yarnLock: ${coreYarnLockBase}/yarn.lock
4242
tsconfig: tsconfig.json
43+
sbom:
44+
scanVulnerabilities: false
4345
- name: dbtest
4446
type: yarn
4547
srcs:

components/ws-manager-bridge/BUILD.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ packages:
1919
tsconfig: tsconfig.json
2020
commands:
2121
test: ["yarn", "test"]
22+
sbom:
23+
scanVulnerabilities: false
2224
- name: docker
2325
type: docker
2426
deps:

0 commit comments

Comments
 (0)