We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d2fb1 commit 4f641f5Copy full SHA for 4f641f5
components/gitpod-db/BUILD.yaml
@@ -40,6 +40,8 @@ packages:
40
packaging: offline-mirror
41
yarnLock: ${coreYarnLockBase}/yarn.lock
42
tsconfig: tsconfig.json
43
+ sbom:
44
+ scanVulnerabilities: false
45
- name: dbtest
46
type: yarn
47
srcs:
components/ws-manager-bridge/BUILD.yaml
@@ -19,6 +19,8 @@ packages:
19
20
commands:
21
test: ["yarn", "test"]
22
23
24
- name: docker
25
type: docker
26
deps:
0 commit comments