@catladder/pipeline 1.100.0 → 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": "foo",
|
|
21
20
|
"interruptible": true,
|
|
22
21
|
"needs": [],
|
|
@@ -32,7 +31,6 @@ exports[`matches snapshot 1`] = `
|
|
|
32
31
|
"if [ -f ./.nvmrc ]; then source /root/.nvm/nvm.sh && nvm install <<< .nvmrc; fi",
|
|
33
32
|
"cd www",
|
|
34
33
|
],
|
|
35
|
-
"services": undefined,
|
|
36
34
|
"stage": "build",
|
|
37
35
|
"variables": {
|
|
38
36
|
"APP_DIR": "www",
|
|
@@ -51,7 +49,6 @@ exports[`matches snapshot 1`] = `
|
|
|
51
49
|
},
|
|
52
50
|
},
|
|
53
51
|
"www 🔨 docker | dev ": {
|
|
54
|
-
"environment": undefined,
|
|
55
52
|
"image": "path/to/docker/docker-build:the-version",
|
|
56
53
|
"interruptible": true,
|
|
57
54
|
"needs": [
|
|
@@ -247,8 +244,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
247
244
|
},
|
|
248
245
|
"www 🧾 sbom upload | dev ": {
|
|
249
246
|
"allow_failure": true,
|
|
250
|
-
"cache": undefined,
|
|
251
|
-
"environment": undefined,
|
|
252
247
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
253
248
|
"interruptible": true,
|
|
254
249
|
"needs": [
|
|
@@ -274,8 +269,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
274
269
|
"__sbom.json",
|
|
275
270
|
],
|
|
276
271
|
},
|
|
277
|
-
"cache": undefined,
|
|
278
|
-
"environment": undefined,
|
|
279
272
|
"image": "aquasec/trivy:0.38.3",
|
|
280
273
|
"interruptible": true,
|
|
281
274
|
"needs": [
|
|
@@ -377,7 +370,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
377
370
|
},
|
|
378
371
|
},
|
|
379
372
|
"cache": [],
|
|
380
|
-
"environment": undefined,
|
|
381
373
|
"image": "foo",
|
|
382
374
|
"interruptible": true,
|
|
383
375
|
"needs": [],
|
|
@@ -393,7 +385,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
393
385
|
"if [ -f ./.nvmrc ]; then source /root/.nvm/nvm.sh && nvm install <<< .nvmrc; fi",
|
|
394
386
|
"cd www",
|
|
395
387
|
],
|
|
396
|
-
"services": undefined,
|
|
397
388
|
"stage": "build",
|
|
398
389
|
"variables": {
|
|
399
390
|
"APP_DIR": "www",
|
|
@@ -412,7 +403,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
412
403
|
},
|
|
413
404
|
},
|
|
414
405
|
"www 🔨 docker | review ": {
|
|
415
|
-
"environment": undefined,
|
|
416
406
|
"image": "path/to/docker/docker-build:the-version",
|
|
417
407
|
"interruptible": true,
|
|
418
408
|
"needs": [
|
|
@@ -608,8 +598,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
608
598
|
},
|
|
609
599
|
"www 🧾 sbom upload | review ": {
|
|
610
600
|
"allow_failure": true,
|
|
611
|
-
"cache": undefined,
|
|
612
|
-
"environment": undefined,
|
|
613
601
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
614
602
|
"interruptible": true,
|
|
615
603
|
"needs": [
|
|
@@ -635,8 +623,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
635
623
|
"__sbom.json",
|
|
636
624
|
],
|
|
637
625
|
},
|
|
638
|
-
"cache": undefined,
|
|
639
|
-
"environment": undefined,
|
|
640
626
|
"image": "aquasec/trivy:0.38.3",
|
|
641
627
|
"interruptible": true,
|
|
642
628
|
"needs": [
|
|
@@ -738,7 +724,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
738
724
|
},
|
|
739
725
|
},
|
|
740
726
|
"cache": [],
|
|
741
|
-
"environment": undefined,
|
|
742
727
|
"image": "foo",
|
|
743
728
|
"interruptible": true,
|
|
744
729
|
"needs": [],
|
|
@@ -754,7 +739,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
754
739
|
"if [ -f ./.nvmrc ]; then source /root/.nvm/nvm.sh && nvm install <<< .nvmrc; fi",
|
|
755
740
|
"cd www",
|
|
756
741
|
],
|
|
757
|
-
"services": undefined,
|
|
758
742
|
"stage": "build",
|
|
759
743
|
"variables": {
|
|
760
744
|
"APP_DIR": "www",
|
|
@@ -783,7 +767,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
783
767
|
},
|
|
784
768
|
},
|
|
785
769
|
"cache": [],
|
|
786
|
-
"environment": undefined,
|
|
787
770
|
"image": "foo",
|
|
788
771
|
"interruptible": true,
|
|
789
772
|
"needs": [],
|
|
@@ -799,7 +782,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
799
782
|
"if [ -f ./.nvmrc ]; then source /root/.nvm/nvm.sh && nvm install <<< .nvmrc; fi",
|
|
800
783
|
"cd www",
|
|
801
784
|
],
|
|
802
|
-
"services": undefined,
|
|
803
785
|
"stage": "build",
|
|
804
786
|
"variables": {
|
|
805
787
|
"APP_DIR": "www",
|
|
@@ -818,7 +800,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
818
800
|
},
|
|
819
801
|
},
|
|
820
802
|
"www 🔨 docker | prod ": {
|
|
821
|
-
"environment": undefined,
|
|
822
803
|
"image": "path/to/docker/docker-build:the-version",
|
|
823
804
|
"interruptible": true,
|
|
824
805
|
"needs": [
|
|
@@ -871,7 +852,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
871
852
|
},
|
|
872
853
|
},
|
|
873
854
|
"www 🔨 docker | stage ": {
|
|
874
|
-
"environment": undefined,
|
|
875
855
|
"image": "path/to/docker/docker-build:the-version",
|
|
876
856
|
"interruptible": true,
|
|
877
857
|
"needs": [
|
|
@@ -1209,8 +1189,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1209
1189
|
},
|
|
1210
1190
|
"www 🧾 sbom upload | prod ": {
|
|
1211
1191
|
"allow_failure": true,
|
|
1212
|
-
"cache": undefined,
|
|
1213
|
-
"environment": undefined,
|
|
1214
1192
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
1215
1193
|
"interruptible": true,
|
|
1216
1194
|
"needs": [
|
|
@@ -1231,8 +1209,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1231
1209
|
},
|
|
1232
1210
|
"www 🧾 sbom upload | stage ": {
|
|
1233
1211
|
"allow_failure": true,
|
|
1234
|
-
"cache": undefined,
|
|
1235
|
-
"environment": undefined,
|
|
1236
1212
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
1237
1213
|
"interruptible": true,
|
|
1238
1214
|
"needs": [
|
|
@@ -1258,8 +1234,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1258
1234
|
"__sbom.json",
|
|
1259
1235
|
],
|
|
1260
1236
|
},
|
|
1261
|
-
"cache": undefined,
|
|
1262
|
-
"environment": undefined,
|
|
1263
1237
|
"image": "aquasec/trivy:0.38.3",
|
|
1264
1238
|
"interruptible": true,
|
|
1265
1239
|
"needs": [
|
|
@@ -1285,8 +1259,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1285
1259
|
"__sbom.json",
|
|
1286
1260
|
],
|
|
1287
1261
|
},
|
|
1288
|
-
"cache": undefined,
|
|
1289
|
-
"environment": undefined,
|
|
1290
1262
|
"image": "aquasec/trivy:0.38.3",
|
|
1291
1263
|
"interruptible": true,
|
|
1292
1264
|
"needs": [
|
|
@@ -22,7 +22,6 @@ exports[`matches snapshot 1`] = `
|
|
|
22
22
|
"policy": "pull-push",
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
|
-
"environment": undefined,
|
|
26
25
|
"interruptible": true,
|
|
27
26
|
"needs": [],
|
|
28
27
|
"retry": {
|
|
@@ -81,7 +80,6 @@ exports[`matches snapshot 1`] = `
|
|
|
81
80
|
"policy": "pull-push",
|
|
82
81
|
},
|
|
83
82
|
],
|
|
84
|
-
"environment": undefined,
|
|
85
83
|
"image": "path/to/docker/jobs-default:the-version",
|
|
86
84
|
"interruptible": true,
|
|
87
85
|
"needs": [],
|
|
@@ -124,7 +122,6 @@ exports[`matches snapshot 1`] = `
|
|
|
124
122
|
"policy": "pull",
|
|
125
123
|
},
|
|
126
124
|
],
|
|
127
|
-
"environment": undefined,
|
|
128
125
|
"image": "path/to/docker/docker-build:the-version",
|
|
129
126
|
"interruptible": true,
|
|
130
127
|
"needs": [
|
|
@@ -293,8 +290,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
293
290
|
},
|
|
294
291
|
"www 🛡 audit": {
|
|
295
292
|
"allow_failure": true,
|
|
296
|
-
"cache": undefined,
|
|
297
|
-
"environment": undefined,
|
|
298
293
|
"interruptible": true,
|
|
299
294
|
"needs": [],
|
|
300
295
|
"retry": {
|
|
@@ -334,7 +329,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
334
329
|
"policy": "pull-push",
|
|
335
330
|
},
|
|
336
331
|
],
|
|
337
|
-
"environment": undefined,
|
|
338
332
|
"image": "path/to/docker/jobs-testing-chrome:the-version",
|
|
339
333
|
"interruptible": true,
|
|
340
334
|
"needs": [],
|
|
@@ -362,8 +356,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
362
356
|
},
|
|
363
357
|
"www 🧾 sbom upload | dev ": {
|
|
364
358
|
"allow_failure": true,
|
|
365
|
-
"cache": undefined,
|
|
366
|
-
"environment": undefined,
|
|
367
359
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
368
360
|
"interruptible": true,
|
|
369
361
|
"needs": [
|
|
@@ -389,8 +381,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
389
381
|
"__sbom.json",
|
|
390
382
|
],
|
|
391
383
|
},
|
|
392
|
-
"cache": undefined,
|
|
393
|
-
"environment": undefined,
|
|
394
384
|
"image": "aquasec/trivy:0.38.3",
|
|
395
385
|
"interruptible": true,
|
|
396
386
|
"needs": [
|
|
@@ -498,7 +488,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
498
488
|
"policy": "pull-push",
|
|
499
489
|
},
|
|
500
490
|
],
|
|
501
|
-
"environment": undefined,
|
|
502
491
|
"interruptible": true,
|
|
503
492
|
"needs": [],
|
|
504
493
|
"retry": {
|
|
@@ -557,7 +546,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
557
546
|
"policy": "pull-push",
|
|
558
547
|
},
|
|
559
548
|
],
|
|
560
|
-
"environment": undefined,
|
|
561
549
|
"image": "path/to/docker/jobs-default:the-version",
|
|
562
550
|
"interruptible": true,
|
|
563
551
|
"needs": [],
|
|
@@ -600,7 +588,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
600
588
|
"policy": "pull",
|
|
601
589
|
},
|
|
602
590
|
],
|
|
603
|
-
"environment": undefined,
|
|
604
591
|
"image": "path/to/docker/docker-build:the-version",
|
|
605
592
|
"interruptible": true,
|
|
606
593
|
"needs": [
|
|
@@ -769,8 +756,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
769
756
|
},
|
|
770
757
|
"www 🛡 audit": {
|
|
771
758
|
"allow_failure": true,
|
|
772
|
-
"cache": undefined,
|
|
773
|
-
"environment": undefined,
|
|
774
759
|
"interruptible": true,
|
|
775
760
|
"needs": [],
|
|
776
761
|
"retry": {
|
|
@@ -810,7 +795,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
810
795
|
"policy": "pull-push",
|
|
811
796
|
},
|
|
812
797
|
],
|
|
813
|
-
"environment": undefined,
|
|
814
798
|
"image": "path/to/docker/jobs-testing-chrome:the-version",
|
|
815
799
|
"interruptible": true,
|
|
816
800
|
"needs": [],
|
|
@@ -838,8 +822,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
838
822
|
},
|
|
839
823
|
"www 🧾 sbom upload | review ": {
|
|
840
824
|
"allow_failure": true,
|
|
841
|
-
"cache": undefined,
|
|
842
|
-
"environment": undefined,
|
|
843
825
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
844
826
|
"interruptible": true,
|
|
845
827
|
"needs": [
|
|
@@ -865,8 +847,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
865
847
|
"__sbom.json",
|
|
866
848
|
],
|
|
867
849
|
},
|
|
868
|
-
"cache": undefined,
|
|
869
|
-
"environment": undefined,
|
|
870
850
|
"image": "aquasec/trivy:0.38.3",
|
|
871
851
|
"interruptible": true,
|
|
872
852
|
"needs": [
|
|
@@ -991,7 +971,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
991
971
|
"policy": "pull-push",
|
|
992
972
|
},
|
|
993
973
|
],
|
|
994
|
-
"environment": undefined,
|
|
995
974
|
"image": "path/to/docker/jobs-default:the-version",
|
|
996
975
|
"interruptible": true,
|
|
997
976
|
"needs": [],
|
|
@@ -1058,7 +1037,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
1058
1037
|
"policy": "pull-push",
|
|
1059
1038
|
},
|
|
1060
1039
|
],
|
|
1061
|
-
"environment": undefined,
|
|
1062
1040
|
"image": "path/to/docker/jobs-default:the-version",
|
|
1063
1041
|
"interruptible": true,
|
|
1064
1042
|
"needs": [],
|
|
@@ -1101,7 +1079,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
1101
1079
|
"policy": "pull",
|
|
1102
1080
|
},
|
|
1103
1081
|
],
|
|
1104
|
-
"environment": undefined,
|
|
1105
1082
|
"image": "path/to/docker/docker-build:the-version",
|
|
1106
1083
|
"interruptible": true,
|
|
1107
1084
|
"needs": [
|
|
@@ -1170,7 +1147,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
1170
1147
|
"policy": "pull",
|
|
1171
1148
|
},
|
|
1172
1149
|
],
|
|
1173
|
-
"environment": undefined,
|
|
1174
1150
|
"image": "path/to/docker/docker-build:the-version",
|
|
1175
1151
|
"interruptible": true,
|
|
1176
1152
|
"needs": [
|
|
@@ -1423,8 +1399,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
1423
1399
|
},
|
|
1424
1400
|
"www 🧾 sbom upload | prod ": {
|
|
1425
1401
|
"allow_failure": true,
|
|
1426
|
-
"cache": undefined,
|
|
1427
|
-
"environment": undefined,
|
|
1428
1402
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
1429
1403
|
"interruptible": true,
|
|
1430
1404
|
"needs": [
|
|
@@ -1445,8 +1419,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
1445
1419
|
},
|
|
1446
1420
|
"www 🧾 sbom upload | stage ": {
|
|
1447
1421
|
"allow_failure": true,
|
|
1448
|
-
"cache": undefined,
|
|
1449
|
-
"environment": undefined,
|
|
1450
1422
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
1451
1423
|
"interruptible": true,
|
|
1452
1424
|
"needs": [
|
|
@@ -1472,8 +1444,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
1472
1444
|
"__sbom.json",
|
|
1473
1445
|
],
|
|
1474
1446
|
},
|
|
1475
|
-
"cache": undefined,
|
|
1476
|
-
"environment": undefined,
|
|
1477
1447
|
"image": "aquasec/trivy:0.38.3",
|
|
1478
1448
|
"interruptible": true,
|
|
1479
1449
|
"needs": [
|
|
@@ -1499,8 +1469,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
1499
1469
|
"__sbom.json",
|
|
1500
1470
|
],
|
|
1501
1471
|
},
|
|
1502
|
-
"cache": undefined,
|
|
1503
|
-
"environment": undefined,
|
|
1504
1472
|
"image": "aquasec/trivy:0.38.3",
|
|
1505
1473
|
"interruptible": true,
|
|
1506
1474
|
"needs": [
|
|
@@ -22,7 +22,6 @@ exports[`matches snapshot 1`] = `
|
|
|
22
22
|
"policy": "pull-push",
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
|
-
"environment": undefined,
|
|
26
25
|
"interruptible": true,
|
|
27
26
|
"needs": [],
|
|
28
27
|
"retry": {
|
|
@@ -81,7 +80,6 @@ exports[`matches snapshot 1`] = `
|
|
|
81
80
|
"policy": "pull-push",
|
|
82
81
|
},
|
|
83
82
|
],
|
|
84
|
-
"environment": undefined,
|
|
85
83
|
"image": "path/to/docker/jobs-default:the-version",
|
|
86
84
|
"interruptible": true,
|
|
87
85
|
"needs": [],
|
|
@@ -147,7 +145,6 @@ exports[`matches snapshot 1`] = `
|
|
|
147
145
|
"policy": "pull-push",
|
|
148
146
|
},
|
|
149
147
|
],
|
|
150
|
-
"environment": undefined,
|
|
151
148
|
"image": "path/to/docker/jobs-default:the-version",
|
|
152
149
|
"interruptible": true,
|
|
153
150
|
"needs": [],
|
|
@@ -213,7 +210,6 @@ exports[`matches snapshot 1`] = `
|
|
|
213
210
|
"policy": "pull-push",
|
|
214
211
|
},
|
|
215
212
|
],
|
|
216
|
-
"environment": undefined,
|
|
217
213
|
"image": "path/to/docker/jobs-default:the-version",
|
|
218
214
|
"interruptible": true,
|
|
219
215
|
"needs": [],
|
|
@@ -247,8 +243,6 @@ exports[`matches snapshot 1`] = `
|
|
|
247
243
|
},
|
|
248
244
|
"api 🛡 audit": {
|
|
249
245
|
"allow_failure": true,
|
|
250
|
-
"cache": undefined,
|
|
251
|
-
"environment": undefined,
|
|
252
246
|
"interruptible": true,
|
|
253
247
|
"needs": [],
|
|
254
248
|
"retry": {
|
|
@@ -288,7 +282,6 @@ exports[`matches snapshot 1`] = `
|
|
|
288
282
|
"policy": "pull-push",
|
|
289
283
|
},
|
|
290
284
|
],
|
|
291
|
-
"environment": undefined,
|
|
292
285
|
"image": "path/to/docker/jobs-testing-chrome:the-version",
|
|
293
286
|
"interruptible": true,
|
|
294
287
|
"needs": [],
|
|
@@ -316,8 +309,6 @@ exports[`matches snapshot 1`] = `
|
|
|
316
309
|
},
|
|
317
310
|
"api 🧾 sbom upload | asdf ": {
|
|
318
311
|
"allow_failure": true,
|
|
319
|
-
"cache": undefined,
|
|
320
|
-
"environment": undefined,
|
|
321
312
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
322
313
|
"interruptible": true,
|
|
323
314
|
"needs": [
|
|
@@ -338,8 +329,6 @@ exports[`matches snapshot 1`] = `
|
|
|
338
329
|
},
|
|
339
330
|
"api 🧾 sbom upload | bla ": {
|
|
340
331
|
"allow_failure": true,
|
|
341
|
-
"cache": undefined,
|
|
342
|
-
"environment": undefined,
|
|
343
332
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
344
333
|
"interruptible": true,
|
|
345
334
|
"needs": [
|
|
@@ -360,8 +349,6 @@ exports[`matches snapshot 1`] = `
|
|
|
360
349
|
},
|
|
361
350
|
"api 🧾 sbom upload | dev ": {
|
|
362
351
|
"allow_failure": true,
|
|
363
|
-
"cache": undefined,
|
|
364
|
-
"environment": undefined,
|
|
365
352
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
366
353
|
"interruptible": true,
|
|
367
354
|
"needs": [
|
|
@@ -387,8 +374,6 @@ exports[`matches snapshot 1`] = `
|
|
|
387
374
|
"__sbom.json",
|
|
388
375
|
],
|
|
389
376
|
},
|
|
390
|
-
"cache": undefined,
|
|
391
|
-
"environment": undefined,
|
|
392
377
|
"image": "aquasec/trivy:0.38.3",
|
|
393
378
|
"interruptible": true,
|
|
394
379
|
"needs": [],
|
|
@@ -412,8 +397,6 @@ exports[`matches snapshot 1`] = `
|
|
|
412
397
|
"__sbom.json",
|
|
413
398
|
],
|
|
414
399
|
},
|
|
415
|
-
"cache": undefined,
|
|
416
|
-
"environment": undefined,
|
|
417
400
|
"image": "aquasec/trivy:0.38.3",
|
|
418
401
|
"interruptible": true,
|
|
419
402
|
"needs": [],
|
|
@@ -437,8 +420,6 @@ exports[`matches snapshot 1`] = `
|
|
|
437
420
|
"__sbom.json",
|
|
438
421
|
],
|
|
439
422
|
},
|
|
440
|
-
"cache": undefined,
|
|
441
|
-
"environment": undefined,
|
|
442
423
|
"image": "aquasec/trivy:0.38.3",
|
|
443
424
|
"interruptible": true,
|
|
444
425
|
"needs": [],
|
|
@@ -558,7 +539,6 @@ exports[`matches snapshot 1`] = `
|
|
|
558
539
|
"policy": "pull-push",
|
|
559
540
|
},
|
|
560
541
|
],
|
|
561
|
-
"environment": undefined,
|
|
562
542
|
"interruptible": true,
|
|
563
543
|
"needs": [],
|
|
564
544
|
"retry": {
|
|
@@ -617,7 +597,6 @@ exports[`matches snapshot 1`] = `
|
|
|
617
597
|
"policy": "pull-push",
|
|
618
598
|
},
|
|
619
599
|
],
|
|
620
|
-
"environment": undefined,
|
|
621
600
|
"image": "path/to/docker/jobs-default:the-version",
|
|
622
601
|
"interruptible": true,
|
|
623
602
|
"needs": [],
|
|
@@ -651,8 +630,6 @@ exports[`matches snapshot 1`] = `
|
|
|
651
630
|
},
|
|
652
631
|
"api 🛡 audit": {
|
|
653
632
|
"allow_failure": true,
|
|
654
|
-
"cache": undefined,
|
|
655
|
-
"environment": undefined,
|
|
656
633
|
"interruptible": true,
|
|
657
634
|
"needs": [],
|
|
658
635
|
"retry": {
|
|
@@ -692,7 +669,6 @@ exports[`matches snapshot 1`] = `
|
|
|
692
669
|
"policy": "pull-push",
|
|
693
670
|
},
|
|
694
671
|
],
|
|
695
|
-
"environment": undefined,
|
|
696
672
|
"image": "path/to/docker/jobs-testing-chrome:the-version",
|
|
697
673
|
"interruptible": true,
|
|
698
674
|
"needs": [],
|
|
@@ -720,8 +696,6 @@ exports[`matches snapshot 1`] = `
|
|
|
720
696
|
},
|
|
721
697
|
"api 🧾 sbom upload | review ": {
|
|
722
698
|
"allow_failure": true,
|
|
723
|
-
"cache": undefined,
|
|
724
|
-
"environment": undefined,
|
|
725
699
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
726
700
|
"interruptible": true,
|
|
727
701
|
"needs": [
|
|
@@ -747,8 +721,6 @@ exports[`matches snapshot 1`] = `
|
|
|
747
721
|
"__sbom.json",
|
|
748
722
|
],
|
|
749
723
|
},
|
|
750
|
-
"cache": undefined,
|
|
751
|
-
"environment": undefined,
|
|
752
724
|
"image": "aquasec/trivy:0.38.3",
|
|
753
725
|
"interruptible": true,
|
|
754
726
|
"needs": [],
|
|
@@ -885,7 +857,6 @@ exports[`matches snapshot 1`] = `
|
|
|
885
857
|
"policy": "pull-push",
|
|
886
858
|
},
|
|
887
859
|
],
|
|
888
|
-
"environment": undefined,
|
|
889
860
|
"image": "path/to/docker/jobs-default:the-version",
|
|
890
861
|
"interruptible": true,
|
|
891
862
|
"needs": [],
|
|
@@ -951,7 +922,6 @@ exports[`matches snapshot 1`] = `
|
|
|
951
922
|
"policy": "pull-push",
|
|
952
923
|
},
|
|
953
924
|
],
|
|
954
|
-
"environment": undefined,
|
|
955
925
|
"image": "path/to/docker/jobs-default:the-version",
|
|
956
926
|
"interruptible": true,
|
|
957
927
|
"needs": [],
|
|
@@ -985,8 +955,6 @@ exports[`matches snapshot 1`] = `
|
|
|
985
955
|
},
|
|
986
956
|
"api 🧾 sbom upload | prod ": {
|
|
987
957
|
"allow_failure": true,
|
|
988
|
-
"cache": undefined,
|
|
989
|
-
"environment": undefined,
|
|
990
958
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
991
959
|
"interruptible": true,
|
|
992
960
|
"needs": [
|
|
@@ -1007,8 +975,6 @@ exports[`matches snapshot 1`] = `
|
|
|
1007
975
|
},
|
|
1008
976
|
"api 🧾 sbom upload | stage ": {
|
|
1009
977
|
"allow_failure": true,
|
|
1010
|
-
"cache": undefined,
|
|
1011
|
-
"environment": undefined,
|
|
1012
978
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
1013
979
|
"interruptible": true,
|
|
1014
980
|
"needs": [
|
|
@@ -1034,8 +1000,6 @@ exports[`matches snapshot 1`] = `
|
|
|
1034
1000
|
"__sbom.json",
|
|
1035
1001
|
],
|
|
1036
1002
|
},
|
|
1037
|
-
"cache": undefined,
|
|
1038
|
-
"environment": undefined,
|
|
1039
1003
|
"image": "aquasec/trivy:0.38.3",
|
|
1040
1004
|
"interruptible": true,
|
|
1041
1005
|
"needs": [],
|
|
@@ -1059,8 +1023,6 @@ exports[`matches snapshot 1`] = `
|
|
|
1059
1023
|
"__sbom.json",
|
|
1060
1024
|
],
|
|
1061
1025
|
},
|
|
1062
|
-
"cache": undefined,
|
|
1063
|
-
"environment": undefined,
|
|
1064
1026
|
"image": "aquasec/trivy:0.38.3",
|
|
1065
1027
|
"interruptible": true,
|
|
1066
1028
|
"needs": [],
|