@catladder/pipeline 1.100.1 → 1.100.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundles/catladder-gitlab/index.js +1 -1
- package/dist/constants.js +1 -1
- package/dist/pipeline/gitlab/createGitlabJobs.js +9 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/examples/__snapshots__/cloud-run-memory-limit.ts.snap +0 -32
- package/examples/__snapshots__/cloud-run-no-cpu-throttling.ts.snap +0 -32
- package/examples/__snapshots__/cloud-run-non-public.ts.snap +0 -32
- package/examples/__snapshots__/cloud-run-with-sql-reuse-db.ts.snap +0 -64
- package/examples/__snapshots__/cloud-run-with-sql.ts.snap +0 -64
- package/examples/__snapshots__/custom-build-job-with-tests.ts.snap +0 -36
- package/examples/__snapshots__/custom-build-job.ts.snap +0 -28
- package/examples/__snapshots__/custom-deploy.ts.snap +0 -32
- package/examples/__snapshots__/custom-envs.ts.snap +0 -38
- package/examples/__snapshots__/custom-sbom-java.ts.snap +0 -28
- package/examples/__snapshots__/kubernetes-application-customization.ts.snap +0 -32
- package/examples/__snapshots__/kubernetes-with-cloud-sql-legacy.ts.snap +0 -32
- package/examples/__snapshots__/kubernetes-with-cloud-sql.ts.snap +0 -32
- package/examples/__snapshots__/kubernetes-with-jobs.ts.snap +0 -64
- package/examples/__snapshots__/kubernetes-with-mongodb.ts.snap +0 -32
- package/examples/__snapshots__/rails-k8s-with-worker.ts.snap +0 -28
- package/examples/__snapshots__/wait-for-other-deploy.ts.snap +0 -56
- package/package.json +1 -1
- package/src/pipeline/gitlab/createGitlabJobs.ts +6 -2
|
@@ -16,7 +16,6 @@ exports[`matches snapshot 1`] = `
|
|
|
16
16
|
},
|
|
17
17
|
},
|
|
18
18
|
"cache": [],
|
|
19
|
-
"environment": undefined,
|
|
20
19
|
"image": "maven:3-eclipse-temurin-11",
|
|
21
20
|
"interruptible": true,
|
|
22
21
|
"needs": [],
|
|
@@ -34,7 +33,6 @@ exports[`matches snapshot 1`] = `
|
|
|
34
33
|
"mvn package",
|
|
35
34
|
"cp -r target dist",
|
|
36
35
|
],
|
|
37
|
-
"services": undefined,
|
|
38
36
|
"stage": "build",
|
|
39
37
|
"variables": {
|
|
40
38
|
"APP_DIR": ".",
|
|
@@ -53,7 +51,6 @@ exports[`matches snapshot 1`] = `
|
|
|
53
51
|
},
|
|
54
52
|
},
|
|
55
53
|
"app 🔨 docker | dev ": {
|
|
56
|
-
"environment": undefined,
|
|
57
54
|
"image": "path/to/docker/docker-build:the-version",
|
|
58
55
|
"interruptible": true,
|
|
59
56
|
"needs": [
|
|
@@ -248,8 +245,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
248
245
|
},
|
|
249
246
|
"app 🧾 sbom upload | dev ": {
|
|
250
247
|
"allow_failure": true,
|
|
251
|
-
"cache": undefined,
|
|
252
|
-
"environment": undefined,
|
|
253
248
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
254
249
|
"interruptible": true,
|
|
255
250
|
"needs": [
|
|
@@ -275,8 +270,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
275
270
|
"__sbom.json",
|
|
276
271
|
],
|
|
277
272
|
},
|
|
278
|
-
"cache": undefined,
|
|
279
|
-
"environment": undefined,
|
|
280
273
|
"image": "maven:3-eclipse-temurin-11",
|
|
281
274
|
"interruptible": true,
|
|
282
275
|
"needs": [
|
|
@@ -379,7 +372,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
379
372
|
},
|
|
380
373
|
},
|
|
381
374
|
"cache": [],
|
|
382
|
-
"environment": undefined,
|
|
383
375
|
"image": "maven:3-eclipse-temurin-11",
|
|
384
376
|
"interruptible": true,
|
|
385
377
|
"needs": [],
|
|
@@ -397,7 +389,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
397
389
|
"mvn package",
|
|
398
390
|
"cp -r target dist",
|
|
399
391
|
],
|
|
400
|
-
"services": undefined,
|
|
401
392
|
"stage": "build",
|
|
402
393
|
"variables": {
|
|
403
394
|
"APP_DIR": ".",
|
|
@@ -416,7 +407,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
416
407
|
},
|
|
417
408
|
},
|
|
418
409
|
"app 🔨 docker | review ": {
|
|
419
|
-
"environment": undefined,
|
|
420
410
|
"image": "path/to/docker/docker-build:the-version",
|
|
421
411
|
"interruptible": true,
|
|
422
412
|
"needs": [
|
|
@@ -611,8 +601,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
611
601
|
},
|
|
612
602
|
"app 🧾 sbom upload | review ": {
|
|
613
603
|
"allow_failure": true,
|
|
614
|
-
"cache": undefined,
|
|
615
|
-
"environment": undefined,
|
|
616
604
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
617
605
|
"interruptible": true,
|
|
618
606
|
"needs": [
|
|
@@ -638,8 +626,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
638
626
|
"__sbom.json",
|
|
639
627
|
],
|
|
640
628
|
},
|
|
641
|
-
"cache": undefined,
|
|
642
|
-
"environment": undefined,
|
|
643
629
|
"image": "maven:3-eclipse-temurin-11",
|
|
644
630
|
"interruptible": true,
|
|
645
631
|
"needs": [
|
|
@@ -742,7 +728,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
742
728
|
},
|
|
743
729
|
},
|
|
744
730
|
"cache": [],
|
|
745
|
-
"environment": undefined,
|
|
746
731
|
"image": "maven:3-eclipse-temurin-11",
|
|
747
732
|
"interruptible": true,
|
|
748
733
|
"needs": [],
|
|
@@ -760,7 +745,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
760
745
|
"mvn package",
|
|
761
746
|
"cp -r target dist",
|
|
762
747
|
],
|
|
763
|
-
"services": undefined,
|
|
764
748
|
"stage": "build",
|
|
765
749
|
"variables": {
|
|
766
750
|
"APP_DIR": ".",
|
|
@@ -789,7 +773,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
789
773
|
},
|
|
790
774
|
},
|
|
791
775
|
"cache": [],
|
|
792
|
-
"environment": undefined,
|
|
793
776
|
"image": "maven:3-eclipse-temurin-11",
|
|
794
777
|
"interruptible": true,
|
|
795
778
|
"needs": [],
|
|
@@ -807,7 +790,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
807
790
|
"mvn package",
|
|
808
791
|
"cp -r target dist",
|
|
809
792
|
],
|
|
810
|
-
"services": undefined,
|
|
811
793
|
"stage": "build",
|
|
812
794
|
"variables": {
|
|
813
795
|
"APP_DIR": ".",
|
|
@@ -826,7 +808,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
826
808
|
},
|
|
827
809
|
},
|
|
828
810
|
"app 🔨 docker | prod ": {
|
|
829
|
-
"environment": undefined,
|
|
830
811
|
"image": "path/to/docker/docker-build:the-version",
|
|
831
812
|
"interruptible": true,
|
|
832
813
|
"needs": [
|
|
@@ -878,7 +859,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
878
859
|
},
|
|
879
860
|
},
|
|
880
861
|
"app 🔨 docker | stage ": {
|
|
881
|
-
"environment": undefined,
|
|
882
862
|
"image": "path/to/docker/docker-build:the-version",
|
|
883
863
|
"interruptible": true,
|
|
884
864
|
"needs": [
|
|
@@ -1215,8 +1195,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1215
1195
|
},
|
|
1216
1196
|
"app 🧾 sbom upload | prod ": {
|
|
1217
1197
|
"allow_failure": true,
|
|
1218
|
-
"cache": undefined,
|
|
1219
|
-
"environment": undefined,
|
|
1220
1198
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
1221
1199
|
"interruptible": true,
|
|
1222
1200
|
"needs": [
|
|
@@ -1237,8 +1215,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1237
1215
|
},
|
|
1238
1216
|
"app 🧾 sbom upload | stage ": {
|
|
1239
1217
|
"allow_failure": true,
|
|
1240
|
-
"cache": undefined,
|
|
1241
|
-
"environment": undefined,
|
|
1242
1218
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
1243
1219
|
"interruptible": true,
|
|
1244
1220
|
"needs": [
|
|
@@ -1264,8 +1240,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1264
1240
|
"__sbom.json",
|
|
1265
1241
|
],
|
|
1266
1242
|
},
|
|
1267
|
-
"cache": undefined,
|
|
1268
|
-
"environment": undefined,
|
|
1269
1243
|
"image": "maven:3-eclipse-temurin-11",
|
|
1270
1244
|
"interruptible": true,
|
|
1271
1245
|
"needs": [
|
|
@@ -1292,8 +1266,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1292
1266
|
"__sbom.json",
|
|
1293
1267
|
],
|
|
1294
1268
|
},
|
|
1295
|
-
"cache": undefined,
|
|
1296
|
-
"environment": undefined,
|
|
1297
1269
|
"image": "maven:3-eclipse-temurin-11",
|
|
1298
1270
|
"interruptible": true,
|
|
1299
1271
|
"needs": [
|
|
@@ -120,7 +120,6 @@ application:
|
|
|
120
120
|
"policy": "pull-push",
|
|
121
121
|
},
|
|
122
122
|
],
|
|
123
|
-
"environment": undefined,
|
|
124
123
|
"interruptible": true,
|
|
125
124
|
"needs": [],
|
|
126
125
|
"retry": {
|
|
@@ -179,7 +178,6 @@ application:
|
|
|
179
178
|
"policy": "pull-push",
|
|
180
179
|
},
|
|
181
180
|
],
|
|
182
|
-
"environment": undefined,
|
|
183
181
|
"image": "path/to/docker/jobs-default:the-version",
|
|
184
182
|
"interruptible": true,
|
|
185
183
|
"needs": [],
|
|
@@ -226,7 +224,6 @@ application:
|
|
|
226
224
|
"policy": "pull",
|
|
227
225
|
},
|
|
228
226
|
],
|
|
229
|
-
"environment": undefined,
|
|
230
227
|
"image": "path/to/docker/docker-build:the-version",
|
|
231
228
|
"interruptible": true,
|
|
232
229
|
"needs": [
|
|
@@ -517,8 +514,6 @@ application:
|
|
|
517
514
|
},
|
|
518
515
|
"api 🛡 audit": {
|
|
519
516
|
"allow_failure": true,
|
|
520
|
-
"cache": undefined,
|
|
521
|
-
"environment": undefined,
|
|
522
517
|
"interruptible": true,
|
|
523
518
|
"needs": [],
|
|
524
519
|
"retry": {
|
|
@@ -558,7 +553,6 @@ application:
|
|
|
558
553
|
"policy": "pull-push",
|
|
559
554
|
},
|
|
560
555
|
],
|
|
561
|
-
"environment": undefined,
|
|
562
556
|
"image": "path/to/docker/jobs-testing-chrome:the-version",
|
|
563
557
|
"interruptible": true,
|
|
564
558
|
"needs": [],
|
|
@@ -586,8 +580,6 @@ application:
|
|
|
586
580
|
},
|
|
587
581
|
"api 🧾 sbom upload | dev ": {
|
|
588
582
|
"allow_failure": true,
|
|
589
|
-
"cache": undefined,
|
|
590
|
-
"environment": undefined,
|
|
591
583
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
592
584
|
"interruptible": true,
|
|
593
585
|
"needs": [
|
|
@@ -613,8 +605,6 @@ application:
|
|
|
613
605
|
"__sbom.json",
|
|
614
606
|
],
|
|
615
607
|
},
|
|
616
|
-
"cache": undefined,
|
|
617
|
-
"environment": undefined,
|
|
618
608
|
"image": "aquasec/trivy:0.38.3",
|
|
619
609
|
"interruptible": true,
|
|
620
610
|
"needs": [
|
|
@@ -820,7 +810,6 @@ application:
|
|
|
820
810
|
"policy": "pull-push",
|
|
821
811
|
},
|
|
822
812
|
],
|
|
823
|
-
"environment": undefined,
|
|
824
813
|
"interruptible": true,
|
|
825
814
|
"needs": [],
|
|
826
815
|
"retry": {
|
|
@@ -879,7 +868,6 @@ application:
|
|
|
879
868
|
"policy": "pull-push",
|
|
880
869
|
},
|
|
881
870
|
],
|
|
882
|
-
"environment": undefined,
|
|
883
871
|
"image": "path/to/docker/jobs-default:the-version",
|
|
884
872
|
"interruptible": true,
|
|
885
873
|
"needs": [],
|
|
@@ -926,7 +914,6 @@ application:
|
|
|
926
914
|
"policy": "pull",
|
|
927
915
|
},
|
|
928
916
|
],
|
|
929
|
-
"environment": undefined,
|
|
930
917
|
"image": "path/to/docker/docker-build:the-version",
|
|
931
918
|
"interruptible": true,
|
|
932
919
|
"needs": [
|
|
@@ -1217,8 +1204,6 @@ application:
|
|
|
1217
1204
|
},
|
|
1218
1205
|
"api 🛡 audit": {
|
|
1219
1206
|
"allow_failure": true,
|
|
1220
|
-
"cache": undefined,
|
|
1221
|
-
"environment": undefined,
|
|
1222
1207
|
"interruptible": true,
|
|
1223
1208
|
"needs": [],
|
|
1224
1209
|
"retry": {
|
|
@@ -1258,7 +1243,6 @@ application:
|
|
|
1258
1243
|
"policy": "pull-push",
|
|
1259
1244
|
},
|
|
1260
1245
|
],
|
|
1261
|
-
"environment": undefined,
|
|
1262
1246
|
"image": "path/to/docker/jobs-testing-chrome:the-version",
|
|
1263
1247
|
"interruptible": true,
|
|
1264
1248
|
"needs": [],
|
|
@@ -1286,8 +1270,6 @@ application:
|
|
|
1286
1270
|
},
|
|
1287
1271
|
"api 🧾 sbom upload | review ": {
|
|
1288
1272
|
"allow_failure": true,
|
|
1289
|
-
"cache": undefined,
|
|
1290
|
-
"environment": undefined,
|
|
1291
1273
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
1292
1274
|
"interruptible": true,
|
|
1293
1275
|
"needs": [
|
|
@@ -1313,8 +1295,6 @@ application:
|
|
|
1313
1295
|
"__sbom.json",
|
|
1314
1296
|
],
|
|
1315
1297
|
},
|
|
1316
|
-
"cache": undefined,
|
|
1317
|
-
"environment": undefined,
|
|
1318
1298
|
"image": "aquasec/trivy:0.38.3",
|
|
1319
1299
|
"interruptible": true,
|
|
1320
1300
|
"needs": [
|
|
@@ -1635,7 +1615,6 @@ application:
|
|
|
1635
1615
|
"policy": "pull-push",
|
|
1636
1616
|
},
|
|
1637
1617
|
],
|
|
1638
|
-
"environment": undefined,
|
|
1639
1618
|
"image": "path/to/docker/jobs-default:the-version",
|
|
1640
1619
|
"interruptible": true,
|
|
1641
1620
|
"needs": [],
|
|
@@ -1706,7 +1685,6 @@ application:
|
|
|
1706
1685
|
"policy": "pull-push",
|
|
1707
1686
|
},
|
|
1708
1687
|
],
|
|
1709
|
-
"environment": undefined,
|
|
1710
1688
|
"image": "path/to/docker/jobs-default:the-version",
|
|
1711
1689
|
"interruptible": true,
|
|
1712
1690
|
"needs": [],
|
|
@@ -1753,7 +1731,6 @@ application:
|
|
|
1753
1731
|
"policy": "pull",
|
|
1754
1732
|
},
|
|
1755
1733
|
],
|
|
1756
|
-
"environment": undefined,
|
|
1757
1734
|
"image": "path/to/docker/docker-build:the-version",
|
|
1758
1735
|
"interruptible": true,
|
|
1759
1736
|
"needs": [
|
|
@@ -1822,7 +1799,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
1822
1799
|
"policy": "pull",
|
|
1823
1800
|
},
|
|
1824
1801
|
],
|
|
1825
|
-
"environment": undefined,
|
|
1826
1802
|
"image": "path/to/docker/docker-build:the-version",
|
|
1827
1803
|
"interruptible": true,
|
|
1828
1804
|
"needs": [
|
|
@@ -2319,8 +2295,6 @@ application:
|
|
|
2319
2295
|
},
|
|
2320
2296
|
"api 🧾 sbom upload | prod ": {
|
|
2321
2297
|
"allow_failure": true,
|
|
2322
|
-
"cache": undefined,
|
|
2323
|
-
"environment": undefined,
|
|
2324
2298
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
2325
2299
|
"interruptible": true,
|
|
2326
2300
|
"needs": [
|
|
@@ -2341,8 +2315,6 @@ application:
|
|
|
2341
2315
|
},
|
|
2342
2316
|
"api 🧾 sbom upload | stage ": {
|
|
2343
2317
|
"allow_failure": true,
|
|
2344
|
-
"cache": undefined,
|
|
2345
|
-
"environment": undefined,
|
|
2346
2318
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
2347
2319
|
"interruptible": true,
|
|
2348
2320
|
"needs": [
|
|
@@ -2368,8 +2340,6 @@ application:
|
|
|
2368
2340
|
"__sbom.json",
|
|
2369
2341
|
],
|
|
2370
2342
|
},
|
|
2371
|
-
"cache": undefined,
|
|
2372
|
-
"environment": undefined,
|
|
2373
2343
|
"image": "aquasec/trivy:0.38.3",
|
|
2374
2344
|
"interruptible": true,
|
|
2375
2345
|
"needs": [
|
|
@@ -2395,8 +2365,6 @@ application:
|
|
|
2395
2365
|
"__sbom.json",
|
|
2396
2366
|
],
|
|
2397
2367
|
},
|
|
2398
|
-
"cache": undefined,
|
|
2399
|
-
"environment": undefined,
|
|
2400
2368
|
"image": "aquasec/trivy:0.38.3",
|
|
2401
2369
|
"interruptible": true,
|
|
2402
2370
|
"needs": [
|
|
@@ -116,7 +116,6 @@ cloudsql:
|
|
|
116
116
|
"policy": "pull-push",
|
|
117
117
|
},
|
|
118
118
|
],
|
|
119
|
-
"environment": undefined,
|
|
120
119
|
"interruptible": true,
|
|
121
120
|
"needs": [],
|
|
122
121
|
"retry": {
|
|
@@ -175,7 +174,6 @@ cloudsql:
|
|
|
175
174
|
"policy": "pull-push",
|
|
176
175
|
},
|
|
177
176
|
],
|
|
178
|
-
"environment": undefined,
|
|
179
177
|
"image": "path/to/docker/jobs-default:the-version",
|
|
180
178
|
"interruptible": true,
|
|
181
179
|
"needs": [],
|
|
@@ -224,7 +222,6 @@ cloudsql:
|
|
|
224
222
|
"policy": "pull",
|
|
225
223
|
},
|
|
226
224
|
],
|
|
227
|
-
"environment": undefined,
|
|
228
225
|
"image": "path/to/docker/docker-build:the-version",
|
|
229
226
|
"interruptible": true,
|
|
230
227
|
"needs": [
|
|
@@ -507,8 +504,6 @@ cloudsql:
|
|
|
507
504
|
},
|
|
508
505
|
"api 🛡 audit": {
|
|
509
506
|
"allow_failure": true,
|
|
510
|
-
"cache": undefined,
|
|
511
|
-
"environment": undefined,
|
|
512
507
|
"interruptible": true,
|
|
513
508
|
"needs": [],
|
|
514
509
|
"retry": {
|
|
@@ -548,7 +543,6 @@ cloudsql:
|
|
|
548
543
|
"policy": "pull-push",
|
|
549
544
|
},
|
|
550
545
|
],
|
|
551
|
-
"environment": undefined,
|
|
552
546
|
"image": "path/to/docker/jobs-testing-chrome:the-version",
|
|
553
547
|
"interruptible": true,
|
|
554
548
|
"needs": [],
|
|
@@ -576,8 +570,6 @@ cloudsql:
|
|
|
576
570
|
},
|
|
577
571
|
"api 🧾 sbom upload | dev ": {
|
|
578
572
|
"allow_failure": true,
|
|
579
|
-
"cache": undefined,
|
|
580
|
-
"environment": undefined,
|
|
581
573
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
582
574
|
"interruptible": true,
|
|
583
575
|
"needs": [
|
|
@@ -603,8 +595,6 @@ cloudsql:
|
|
|
603
595
|
"__sbom.json",
|
|
604
596
|
],
|
|
605
597
|
},
|
|
606
|
-
"cache": undefined,
|
|
607
|
-
"environment": undefined,
|
|
608
598
|
"image": "aquasec/trivy:0.38.3",
|
|
609
599
|
"interruptible": true,
|
|
610
600
|
"needs": [
|
|
@@ -806,7 +796,6 @@ cloudsql:
|
|
|
806
796
|
"policy": "pull-push",
|
|
807
797
|
},
|
|
808
798
|
],
|
|
809
|
-
"environment": undefined,
|
|
810
799
|
"interruptible": true,
|
|
811
800
|
"needs": [],
|
|
812
801
|
"retry": {
|
|
@@ -865,7 +854,6 @@ cloudsql:
|
|
|
865
854
|
"policy": "pull-push",
|
|
866
855
|
},
|
|
867
856
|
],
|
|
868
|
-
"environment": undefined,
|
|
869
857
|
"image": "path/to/docker/jobs-default:the-version",
|
|
870
858
|
"interruptible": true,
|
|
871
859
|
"needs": [],
|
|
@@ -914,7 +902,6 @@ cloudsql:
|
|
|
914
902
|
"policy": "pull",
|
|
915
903
|
},
|
|
916
904
|
],
|
|
917
|
-
"environment": undefined,
|
|
918
905
|
"image": "path/to/docker/docker-build:the-version",
|
|
919
906
|
"interruptible": true,
|
|
920
907
|
"needs": [
|
|
@@ -1197,8 +1184,6 @@ cloudsql:
|
|
|
1197
1184
|
},
|
|
1198
1185
|
"api 🛡 audit": {
|
|
1199
1186
|
"allow_failure": true,
|
|
1200
|
-
"cache": undefined,
|
|
1201
|
-
"environment": undefined,
|
|
1202
1187
|
"interruptible": true,
|
|
1203
1188
|
"needs": [],
|
|
1204
1189
|
"retry": {
|
|
@@ -1238,7 +1223,6 @@ cloudsql:
|
|
|
1238
1223
|
"policy": "pull-push",
|
|
1239
1224
|
},
|
|
1240
1225
|
],
|
|
1241
|
-
"environment": undefined,
|
|
1242
1226
|
"image": "path/to/docker/jobs-testing-chrome:the-version",
|
|
1243
1227
|
"interruptible": true,
|
|
1244
1228
|
"needs": [],
|
|
@@ -1266,8 +1250,6 @@ cloudsql:
|
|
|
1266
1250
|
},
|
|
1267
1251
|
"api 🧾 sbom upload | review ": {
|
|
1268
1252
|
"allow_failure": true,
|
|
1269
|
-
"cache": undefined,
|
|
1270
|
-
"environment": undefined,
|
|
1271
1253
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
1272
1254
|
"interruptible": true,
|
|
1273
1255
|
"needs": [
|
|
@@ -1293,8 +1275,6 @@ cloudsql:
|
|
|
1293
1275
|
"__sbom.json",
|
|
1294
1276
|
],
|
|
1295
1277
|
},
|
|
1296
|
-
"cache": undefined,
|
|
1297
|
-
"environment": undefined,
|
|
1298
1278
|
"image": "aquasec/trivy:0.38.3",
|
|
1299
1279
|
"interruptible": true,
|
|
1300
1280
|
"needs": [
|
|
@@ -1607,7 +1587,6 @@ cloudsql:
|
|
|
1607
1587
|
"policy": "pull-push",
|
|
1608
1588
|
},
|
|
1609
1589
|
],
|
|
1610
|
-
"environment": undefined,
|
|
1611
1590
|
"image": "path/to/docker/jobs-default:the-version",
|
|
1612
1591
|
"interruptible": true,
|
|
1613
1592
|
"needs": [],
|
|
@@ -1680,7 +1659,6 @@ cloudsql:
|
|
|
1680
1659
|
"policy": "pull-push",
|
|
1681
1660
|
},
|
|
1682
1661
|
],
|
|
1683
|
-
"environment": undefined,
|
|
1684
1662
|
"image": "path/to/docker/jobs-default:the-version",
|
|
1685
1663
|
"interruptible": true,
|
|
1686
1664
|
"needs": [],
|
|
@@ -1729,7 +1707,6 @@ cloudsql:
|
|
|
1729
1707
|
"policy": "pull",
|
|
1730
1708
|
},
|
|
1731
1709
|
],
|
|
1732
|
-
"environment": undefined,
|
|
1733
1710
|
"image": "path/to/docker/docker-build:the-version",
|
|
1734
1711
|
"interruptible": true,
|
|
1735
1712
|
"needs": [
|
|
@@ -1798,7 +1775,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
1798
1775
|
"policy": "pull",
|
|
1799
1776
|
},
|
|
1800
1777
|
],
|
|
1801
|
-
"environment": undefined,
|
|
1802
1778
|
"image": "path/to/docker/docker-build:the-version",
|
|
1803
1779
|
"interruptible": true,
|
|
1804
1780
|
"needs": [
|
|
@@ -2279,8 +2255,6 @@ cloudsql:
|
|
|
2279
2255
|
},
|
|
2280
2256
|
"api 🧾 sbom upload | prod ": {
|
|
2281
2257
|
"allow_failure": true,
|
|
2282
|
-
"cache": undefined,
|
|
2283
|
-
"environment": undefined,
|
|
2284
2258
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
2285
2259
|
"interruptible": true,
|
|
2286
2260
|
"needs": [
|
|
@@ -2301,8 +2275,6 @@ cloudsql:
|
|
|
2301
2275
|
},
|
|
2302
2276
|
"api 🧾 sbom upload | stage ": {
|
|
2303
2277
|
"allow_failure": true,
|
|
2304
|
-
"cache": undefined,
|
|
2305
|
-
"environment": undefined,
|
|
2306
2278
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
2307
2279
|
"interruptible": true,
|
|
2308
2280
|
"needs": [
|
|
@@ -2328,8 +2300,6 @@ cloudsql:
|
|
|
2328
2300
|
"__sbom.json",
|
|
2329
2301
|
],
|
|
2330
2302
|
},
|
|
2331
|
-
"cache": undefined,
|
|
2332
|
-
"environment": undefined,
|
|
2333
2303
|
"image": "aquasec/trivy:0.38.3",
|
|
2334
2304
|
"interruptible": true,
|
|
2335
2305
|
"needs": [
|
|
@@ -2355,8 +2325,6 @@ cloudsql:
|
|
|
2355
2325
|
"__sbom.json",
|
|
2356
2326
|
],
|
|
2357
2327
|
},
|
|
2358
|
-
"cache": undefined,
|
|
2359
|
-
"environment": undefined,
|
|
2360
2328
|
"image": "aquasec/trivy:0.38.3",
|
|
2361
2329
|
"interruptible": true,
|
|
2362
2330
|
"needs": [
|
|
@@ -117,7 +117,6 @@ cloudsql:
|
|
|
117
117
|
"policy": "pull-push",
|
|
118
118
|
},
|
|
119
119
|
],
|
|
120
|
-
"environment": undefined,
|
|
121
120
|
"interruptible": true,
|
|
122
121
|
"needs": [],
|
|
123
122
|
"retry": {
|
|
@@ -176,7 +175,6 @@ cloudsql:
|
|
|
176
175
|
"policy": "pull-push",
|
|
177
176
|
},
|
|
178
177
|
],
|
|
179
|
-
"environment": undefined,
|
|
180
178
|
"image": "path/to/docker/jobs-default:the-version",
|
|
181
179
|
"interruptible": true,
|
|
182
180
|
"needs": [],
|
|
@@ -225,7 +223,6 @@ cloudsql:
|
|
|
225
223
|
"policy": "pull",
|
|
226
224
|
},
|
|
227
225
|
],
|
|
228
|
-
"environment": undefined,
|
|
229
226
|
"image": "path/to/docker/docker-build:the-version",
|
|
230
227
|
"interruptible": true,
|
|
231
228
|
"needs": [
|
|
@@ -510,8 +507,6 @@ cloudsql:
|
|
|
510
507
|
},
|
|
511
508
|
"api 🛡 audit": {
|
|
512
509
|
"allow_failure": true,
|
|
513
|
-
"cache": undefined,
|
|
514
|
-
"environment": undefined,
|
|
515
510
|
"interruptible": true,
|
|
516
511
|
"needs": [],
|
|
517
512
|
"retry": {
|
|
@@ -551,7 +546,6 @@ cloudsql:
|
|
|
551
546
|
"policy": "pull-push",
|
|
552
547
|
},
|
|
553
548
|
],
|
|
554
|
-
"environment": undefined,
|
|
555
549
|
"image": "path/to/docker/jobs-testing-chrome:the-version",
|
|
556
550
|
"interruptible": true,
|
|
557
551
|
"needs": [],
|
|
@@ -579,8 +573,6 @@ cloudsql:
|
|
|
579
573
|
},
|
|
580
574
|
"api 🧾 sbom upload | dev ": {
|
|
581
575
|
"allow_failure": true,
|
|
582
|
-
"cache": undefined,
|
|
583
|
-
"environment": undefined,
|
|
584
576
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
585
577
|
"interruptible": true,
|
|
586
578
|
"needs": [
|
|
@@ -606,8 +598,6 @@ cloudsql:
|
|
|
606
598
|
"__sbom.json",
|
|
607
599
|
],
|
|
608
600
|
},
|
|
609
|
-
"cache": undefined,
|
|
610
|
-
"environment": undefined,
|
|
611
601
|
"image": "aquasec/trivy:0.38.3",
|
|
612
602
|
"interruptible": true,
|
|
613
603
|
"needs": [
|
|
@@ -810,7 +800,6 @@ cloudsql:
|
|
|
810
800
|
"policy": "pull-push",
|
|
811
801
|
},
|
|
812
802
|
],
|
|
813
|
-
"environment": undefined,
|
|
814
803
|
"interruptible": true,
|
|
815
804
|
"needs": [],
|
|
816
805
|
"retry": {
|
|
@@ -869,7 +858,6 @@ cloudsql:
|
|
|
869
858
|
"policy": "pull-push",
|
|
870
859
|
},
|
|
871
860
|
],
|
|
872
|
-
"environment": undefined,
|
|
873
861
|
"image": "path/to/docker/jobs-default:the-version",
|
|
874
862
|
"interruptible": true,
|
|
875
863
|
"needs": [],
|
|
@@ -918,7 +906,6 @@ cloudsql:
|
|
|
918
906
|
"policy": "pull",
|
|
919
907
|
},
|
|
920
908
|
],
|
|
921
|
-
"environment": undefined,
|
|
922
909
|
"image": "path/to/docker/docker-build:the-version",
|
|
923
910
|
"interruptible": true,
|
|
924
911
|
"needs": [
|
|
@@ -1203,8 +1190,6 @@ cloudsql:
|
|
|
1203
1190
|
},
|
|
1204
1191
|
"api 🛡 audit": {
|
|
1205
1192
|
"allow_failure": true,
|
|
1206
|
-
"cache": undefined,
|
|
1207
|
-
"environment": undefined,
|
|
1208
1193
|
"interruptible": true,
|
|
1209
1194
|
"needs": [],
|
|
1210
1195
|
"retry": {
|
|
@@ -1244,7 +1229,6 @@ cloudsql:
|
|
|
1244
1229
|
"policy": "pull-push",
|
|
1245
1230
|
},
|
|
1246
1231
|
],
|
|
1247
|
-
"environment": undefined,
|
|
1248
1232
|
"image": "path/to/docker/jobs-testing-chrome:the-version",
|
|
1249
1233
|
"interruptible": true,
|
|
1250
1234
|
"needs": [],
|
|
@@ -1272,8 +1256,6 @@ cloudsql:
|
|
|
1272
1256
|
},
|
|
1273
1257
|
"api 🧾 sbom upload | review ": {
|
|
1274
1258
|
"allow_failure": true,
|
|
1275
|
-
"cache": undefined,
|
|
1276
|
-
"environment": undefined,
|
|
1277
1259
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
1278
1260
|
"interruptible": true,
|
|
1279
1261
|
"needs": [
|
|
@@ -1299,8 +1281,6 @@ cloudsql:
|
|
|
1299
1281
|
"__sbom.json",
|
|
1300
1282
|
],
|
|
1301
1283
|
},
|
|
1302
|
-
"cache": undefined,
|
|
1303
|
-
"environment": undefined,
|
|
1304
1284
|
"image": "aquasec/trivy:0.38.3",
|
|
1305
1285
|
"interruptible": true,
|
|
1306
1286
|
"needs": [
|
|
@@ -1615,7 +1595,6 @@ cloudsql:
|
|
|
1615
1595
|
"policy": "pull-push",
|
|
1616
1596
|
},
|
|
1617
1597
|
],
|
|
1618
|
-
"environment": undefined,
|
|
1619
1598
|
"image": "path/to/docker/jobs-default:the-version",
|
|
1620
1599
|
"interruptible": true,
|
|
1621
1600
|
"needs": [],
|
|
@@ -1688,7 +1667,6 @@ cloudsql:
|
|
|
1688
1667
|
"policy": "pull-push",
|
|
1689
1668
|
},
|
|
1690
1669
|
],
|
|
1691
|
-
"environment": undefined,
|
|
1692
1670
|
"image": "path/to/docker/jobs-default:the-version",
|
|
1693
1671
|
"interruptible": true,
|
|
1694
1672
|
"needs": [],
|
|
@@ -1737,7 +1715,6 @@ cloudsql:
|
|
|
1737
1715
|
"policy": "pull",
|
|
1738
1716
|
},
|
|
1739
1717
|
],
|
|
1740
|
-
"environment": undefined,
|
|
1741
1718
|
"image": "path/to/docker/docker-build:the-version",
|
|
1742
1719
|
"interruptible": true,
|
|
1743
1720
|
"needs": [
|
|
@@ -1806,7 +1783,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
1806
1783
|
"policy": "pull",
|
|
1807
1784
|
},
|
|
1808
1785
|
],
|
|
1809
|
-
"environment": undefined,
|
|
1810
1786
|
"image": "path/to/docker/docker-build:the-version",
|
|
1811
1787
|
"interruptible": true,
|
|
1812
1788
|
"needs": [
|
|
@@ -2291,8 +2267,6 @@ cloudsql:
|
|
|
2291
2267
|
},
|
|
2292
2268
|
"api 🧾 sbom upload | prod ": {
|
|
2293
2269
|
"allow_failure": true,
|
|
2294
|
-
"cache": undefined,
|
|
2295
|
-
"environment": undefined,
|
|
2296
2270
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
2297
2271
|
"interruptible": true,
|
|
2298
2272
|
"needs": [
|
|
@@ -2313,8 +2287,6 @@ cloudsql:
|
|
|
2313
2287
|
},
|
|
2314
2288
|
"api 🧾 sbom upload | stage ": {
|
|
2315
2289
|
"allow_failure": true,
|
|
2316
|
-
"cache": undefined,
|
|
2317
|
-
"environment": undefined,
|
|
2318
2290
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
2319
2291
|
"interruptible": true,
|
|
2320
2292
|
"needs": [
|
|
@@ -2340,8 +2312,6 @@ cloudsql:
|
|
|
2340
2312
|
"__sbom.json",
|
|
2341
2313
|
],
|
|
2342
2314
|
},
|
|
2343
|
-
"cache": undefined,
|
|
2344
|
-
"environment": undefined,
|
|
2345
2315
|
"image": "aquasec/trivy:0.38.3",
|
|
2346
2316
|
"interruptible": true,
|
|
2347
2317
|
"needs": [
|
|
@@ -2367,8 +2337,6 @@ cloudsql:
|
|
|
2367
2337
|
"__sbom.json",
|
|
2368
2338
|
],
|
|
2369
2339
|
},
|
|
2370
|
-
"cache": undefined,
|
|
2371
|
-
"environment": undefined,
|
|
2372
2340
|
"image": "aquasec/trivy:0.38.3",
|
|
2373
2341
|
"interruptible": true,
|
|
2374
2342
|
"needs": [
|