@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
|
@@ -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": [],
|
|
@@ -135,7 +133,6 @@ exports[`matches snapshot 1`] = `
|
|
|
135
133
|
"policy": "pull",
|
|
136
134
|
},
|
|
137
135
|
],
|
|
138
|
-
"environment": undefined,
|
|
139
136
|
"image": "path/to/docker/docker-build:the-version",
|
|
140
137
|
"interruptible": true,
|
|
141
138
|
"needs": [
|
|
@@ -388,8 +385,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
388
385
|
},
|
|
389
386
|
"api 🛡 audit": {
|
|
390
387
|
"allow_failure": true,
|
|
391
|
-
"cache": undefined,
|
|
392
|
-
"environment": undefined,
|
|
393
388
|
"interruptible": true,
|
|
394
389
|
"needs": [],
|
|
395
390
|
"retry": {
|
|
@@ -429,7 +424,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
429
424
|
"policy": "pull-push",
|
|
430
425
|
},
|
|
431
426
|
],
|
|
432
|
-
"environment": undefined,
|
|
433
427
|
"image": "path/to/docker/jobs-testing-chrome:the-version",
|
|
434
428
|
"interruptible": true,
|
|
435
429
|
"needs": [],
|
|
@@ -457,8 +451,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
457
451
|
},
|
|
458
452
|
"api 🧾 sbom upload | dev ": {
|
|
459
453
|
"allow_failure": true,
|
|
460
|
-
"cache": undefined,
|
|
461
|
-
"environment": undefined,
|
|
462
454
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
463
455
|
"interruptible": true,
|
|
464
456
|
"needs": [
|
|
@@ -484,8 +476,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
484
476
|
"__sbom.json",
|
|
485
477
|
],
|
|
486
478
|
},
|
|
487
|
-
"cache": undefined,
|
|
488
|
-
"environment": undefined,
|
|
489
479
|
"image": "aquasec/trivy:0.38.3",
|
|
490
480
|
"interruptible": true,
|
|
491
481
|
"needs": [
|
|
@@ -521,7 +511,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
521
511
|
"policy": "pull-push",
|
|
522
512
|
},
|
|
523
513
|
],
|
|
524
|
-
"environment": undefined,
|
|
525
514
|
"interruptible": true,
|
|
526
515
|
"needs": [],
|
|
527
516
|
"retry": {
|
|
@@ -580,7 +569,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
580
569
|
"policy": "pull-push",
|
|
581
570
|
},
|
|
582
571
|
],
|
|
583
|
-
"environment": undefined,
|
|
584
572
|
"image": "path/to/docker/jobs-default:the-version",
|
|
585
573
|
"interruptible": true,
|
|
586
574
|
"needs": [],
|
|
@@ -627,7 +615,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
627
615
|
"policy": "pull",
|
|
628
616
|
},
|
|
629
617
|
],
|
|
630
|
-
"environment": undefined,
|
|
631
618
|
"image": "path/to/docker/docker-build:the-version",
|
|
632
619
|
"interruptible": true,
|
|
633
620
|
"needs": [
|
|
@@ -844,8 +831,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
844
831
|
},
|
|
845
832
|
"www 🛡 audit": {
|
|
846
833
|
"allow_failure": true,
|
|
847
|
-
"cache": undefined,
|
|
848
|
-
"environment": undefined,
|
|
849
834
|
"interruptible": true,
|
|
850
835
|
"needs": [],
|
|
851
836
|
"retry": {
|
|
@@ -885,7 +870,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
885
870
|
"policy": "pull-push",
|
|
886
871
|
},
|
|
887
872
|
],
|
|
888
|
-
"environment": undefined,
|
|
889
873
|
"image": "path/to/docker/jobs-testing-chrome:the-version",
|
|
890
874
|
"interruptible": true,
|
|
891
875
|
"needs": [],
|
|
@@ -913,8 +897,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
913
897
|
},
|
|
914
898
|
"www 🧾 sbom upload | dev ": {
|
|
915
899
|
"allow_failure": true,
|
|
916
|
-
"cache": undefined,
|
|
917
|
-
"environment": undefined,
|
|
918
900
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
919
901
|
"interruptible": true,
|
|
920
902
|
"needs": [
|
|
@@ -940,8 +922,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
940
922
|
"__sbom.json",
|
|
941
923
|
],
|
|
942
924
|
},
|
|
943
|
-
"cache": undefined,
|
|
944
|
-
"environment": undefined,
|
|
945
925
|
"image": "aquasec/trivy:0.38.3",
|
|
946
926
|
"interruptible": true,
|
|
947
927
|
"needs": [
|
|
@@ -1049,7 +1029,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1049
1029
|
"policy": "pull-push",
|
|
1050
1030
|
},
|
|
1051
1031
|
],
|
|
1052
|
-
"environment": undefined,
|
|
1053
1032
|
"interruptible": true,
|
|
1054
1033
|
"needs": [],
|
|
1055
1034
|
"retry": {
|
|
@@ -1108,7 +1087,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1108
1087
|
"policy": "pull-push",
|
|
1109
1088
|
},
|
|
1110
1089
|
],
|
|
1111
|
-
"environment": undefined,
|
|
1112
1090
|
"image": "path/to/docker/jobs-default:the-version",
|
|
1113
1091
|
"interruptible": true,
|
|
1114
1092
|
"needs": [],
|
|
@@ -1162,7 +1140,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1162
1140
|
"policy": "pull",
|
|
1163
1141
|
},
|
|
1164
1142
|
],
|
|
1165
|
-
"environment": undefined,
|
|
1166
1143
|
"image": "path/to/docker/docker-build:the-version",
|
|
1167
1144
|
"interruptible": true,
|
|
1168
1145
|
"needs": [
|
|
@@ -1424,8 +1401,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1424
1401
|
},
|
|
1425
1402
|
"api 🛡 audit": {
|
|
1426
1403
|
"allow_failure": true,
|
|
1427
|
-
"cache": undefined,
|
|
1428
|
-
"environment": undefined,
|
|
1429
1404
|
"interruptible": true,
|
|
1430
1405
|
"needs": [],
|
|
1431
1406
|
"retry": {
|
|
@@ -1465,7 +1440,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1465
1440
|
"policy": "pull-push",
|
|
1466
1441
|
},
|
|
1467
1442
|
],
|
|
1468
|
-
"environment": undefined,
|
|
1469
1443
|
"image": "path/to/docker/jobs-testing-chrome:the-version",
|
|
1470
1444
|
"interruptible": true,
|
|
1471
1445
|
"needs": [],
|
|
@@ -1493,8 +1467,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1493
1467
|
},
|
|
1494
1468
|
"api 🧾 sbom upload | review ": {
|
|
1495
1469
|
"allow_failure": true,
|
|
1496
|
-
"cache": undefined,
|
|
1497
|
-
"environment": undefined,
|
|
1498
1470
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
1499
1471
|
"interruptible": true,
|
|
1500
1472
|
"needs": [
|
|
@@ -1520,8 +1492,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1520
1492
|
"__sbom.json",
|
|
1521
1493
|
],
|
|
1522
1494
|
},
|
|
1523
|
-
"cache": undefined,
|
|
1524
|
-
"environment": undefined,
|
|
1525
1495
|
"image": "aquasec/trivy:0.38.3",
|
|
1526
1496
|
"interruptible": true,
|
|
1527
1497
|
"needs": [
|
|
@@ -1557,7 +1527,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1557
1527
|
"policy": "pull-push",
|
|
1558
1528
|
},
|
|
1559
1529
|
],
|
|
1560
|
-
"environment": undefined,
|
|
1561
1530
|
"interruptible": true,
|
|
1562
1531
|
"needs": [],
|
|
1563
1532
|
"retry": {
|
|
@@ -1616,7 +1585,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1616
1585
|
"policy": "pull-push",
|
|
1617
1586
|
},
|
|
1618
1587
|
],
|
|
1619
|
-
"environment": undefined,
|
|
1620
1588
|
"image": "path/to/docker/jobs-default:the-version",
|
|
1621
1589
|
"interruptible": true,
|
|
1622
1590
|
"needs": [],
|
|
@@ -1663,7 +1631,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1663
1631
|
"policy": "pull",
|
|
1664
1632
|
},
|
|
1665
1633
|
],
|
|
1666
|
-
"environment": undefined,
|
|
1667
1634
|
"image": "path/to/docker/docker-build:the-version",
|
|
1668
1635
|
"interruptible": true,
|
|
1669
1636
|
"needs": [
|
|
@@ -1880,8 +1847,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1880
1847
|
},
|
|
1881
1848
|
"www 🛡 audit": {
|
|
1882
1849
|
"allow_failure": true,
|
|
1883
|
-
"cache": undefined,
|
|
1884
|
-
"environment": undefined,
|
|
1885
1850
|
"interruptible": true,
|
|
1886
1851
|
"needs": [],
|
|
1887
1852
|
"retry": {
|
|
@@ -1921,7 +1886,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1921
1886
|
"policy": "pull-push",
|
|
1922
1887
|
},
|
|
1923
1888
|
],
|
|
1924
|
-
"environment": undefined,
|
|
1925
1889
|
"image": "path/to/docker/jobs-testing-chrome:the-version",
|
|
1926
1890
|
"interruptible": true,
|
|
1927
1891
|
"needs": [],
|
|
@@ -1949,8 +1913,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1949
1913
|
},
|
|
1950
1914
|
"www 🧾 sbom upload | review ": {
|
|
1951
1915
|
"allow_failure": true,
|
|
1952
|
-
"cache": undefined,
|
|
1953
|
-
"environment": undefined,
|
|
1954
1916
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
1955
1917
|
"interruptible": true,
|
|
1956
1918
|
"needs": [
|
|
@@ -1976,8 +1938,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1976
1938
|
"__sbom.json",
|
|
1977
1939
|
],
|
|
1978
1940
|
},
|
|
1979
|
-
"cache": undefined,
|
|
1980
|
-
"environment": undefined,
|
|
1981
1941
|
"image": "aquasec/trivy:0.38.3",
|
|
1982
1942
|
"interruptible": true,
|
|
1983
1943
|
"needs": [
|
|
@@ -2102,7 +2062,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
2102
2062
|
"policy": "pull-push",
|
|
2103
2063
|
},
|
|
2104
2064
|
],
|
|
2105
|
-
"environment": undefined,
|
|
2106
2065
|
"image": "path/to/docker/jobs-default:the-version",
|
|
2107
2066
|
"interruptible": true,
|
|
2108
2067
|
"needs": [],
|
|
@@ -2180,7 +2139,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
2180
2139
|
"policy": "pull-push",
|
|
2181
2140
|
},
|
|
2182
2141
|
],
|
|
2183
|
-
"environment": undefined,
|
|
2184
2142
|
"image": "path/to/docker/jobs-default:the-version",
|
|
2185
2143
|
"interruptible": true,
|
|
2186
2144
|
"needs": [],
|
|
@@ -2234,7 +2192,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
2234
2192
|
"policy": "pull",
|
|
2235
2193
|
},
|
|
2236
2194
|
],
|
|
2237
|
-
"environment": undefined,
|
|
2238
2195
|
"image": "path/to/docker/docker-build:the-version",
|
|
2239
2196
|
"interruptible": true,
|
|
2240
2197
|
"needs": [
|
|
@@ -2303,7 +2260,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
2303
2260
|
"policy": "pull",
|
|
2304
2261
|
},
|
|
2305
2262
|
],
|
|
2306
|
-
"environment": undefined,
|
|
2307
2263
|
"image": "path/to/docker/docker-build:the-version",
|
|
2308
2264
|
"interruptible": true,
|
|
2309
2265
|
"needs": [
|
|
@@ -2724,8 +2680,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
2724
2680
|
},
|
|
2725
2681
|
"api 🧾 sbom upload | prod ": {
|
|
2726
2682
|
"allow_failure": true,
|
|
2727
|
-
"cache": undefined,
|
|
2728
|
-
"environment": undefined,
|
|
2729
2683
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
2730
2684
|
"interruptible": true,
|
|
2731
2685
|
"needs": [
|
|
@@ -2746,8 +2700,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
2746
2700
|
},
|
|
2747
2701
|
"api 🧾 sbom upload | stage ": {
|
|
2748
2702
|
"allow_failure": true,
|
|
2749
|
-
"cache": undefined,
|
|
2750
|
-
"environment": undefined,
|
|
2751
2703
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
2752
2704
|
"interruptible": true,
|
|
2753
2705
|
"needs": [
|
|
@@ -2773,8 +2725,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
2773
2725
|
"__sbom.json",
|
|
2774
2726
|
],
|
|
2775
2727
|
},
|
|
2776
|
-
"cache": undefined,
|
|
2777
|
-
"environment": undefined,
|
|
2778
2728
|
"image": "aquasec/trivy:0.38.3",
|
|
2779
2729
|
"interruptible": true,
|
|
2780
2730
|
"needs": [
|
|
@@ -2800,8 +2750,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
2800
2750
|
"__sbom.json",
|
|
2801
2751
|
],
|
|
2802
2752
|
},
|
|
2803
|
-
"cache": undefined,
|
|
2804
|
-
"environment": undefined,
|
|
2805
2753
|
"image": "aquasec/trivy:0.38.3",
|
|
2806
2754
|
"interruptible": true,
|
|
2807
2755
|
"needs": [
|
|
@@ -2854,7 +2802,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
2854
2802
|
"policy": "pull-push",
|
|
2855
2803
|
},
|
|
2856
2804
|
],
|
|
2857
|
-
"environment": undefined,
|
|
2858
2805
|
"image": "path/to/docker/jobs-default:the-version",
|
|
2859
2806
|
"interruptible": true,
|
|
2860
2807
|
"needs": [],
|
|
@@ -2925,7 +2872,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
2925
2872
|
"policy": "pull-push",
|
|
2926
2873
|
},
|
|
2927
2874
|
],
|
|
2928
|
-
"environment": undefined,
|
|
2929
2875
|
"image": "path/to/docker/jobs-default:the-version",
|
|
2930
2876
|
"interruptible": true,
|
|
2931
2877
|
"needs": [],
|
|
@@ -2972,7 +2918,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
2972
2918
|
"policy": "pull",
|
|
2973
2919
|
},
|
|
2974
2920
|
],
|
|
2975
|
-
"environment": undefined,
|
|
2976
2921
|
"image": "path/to/docker/docker-build:the-version",
|
|
2977
2922
|
"interruptible": true,
|
|
2978
2923
|
"needs": [
|
|
@@ -3041,7 +2986,6 @@ COPY --chown=node:node .yarn /app/.yarn",
|
|
|
3041
2986
|
"policy": "pull",
|
|
3042
2987
|
},
|
|
3043
2988
|
],
|
|
3044
|
-
"environment": undefined,
|
|
3045
2989
|
"image": "path/to/docker/docker-build:the-version",
|
|
3046
2990
|
"interruptible": true,
|
|
3047
2991
|
"needs": [
|
|
@@ -3390,8 +3334,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
3390
3334
|
},
|
|
3391
3335
|
"www 🧾 sbom upload | prod ": {
|
|
3392
3336
|
"allow_failure": true,
|
|
3393
|
-
"cache": undefined,
|
|
3394
|
-
"environment": undefined,
|
|
3395
3337
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
3396
3338
|
"interruptible": true,
|
|
3397
3339
|
"needs": [
|
|
@@ -3412,8 +3354,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
3412
3354
|
},
|
|
3413
3355
|
"www 🧾 sbom upload | stage ": {
|
|
3414
3356
|
"allow_failure": true,
|
|
3415
|
-
"cache": undefined,
|
|
3416
|
-
"environment": undefined,
|
|
3417
3357
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
3418
3358
|
"interruptible": true,
|
|
3419
3359
|
"needs": [
|
|
@@ -3439,8 +3379,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
3439
3379
|
"__sbom.json",
|
|
3440
3380
|
],
|
|
3441
3381
|
},
|
|
3442
|
-
"cache": undefined,
|
|
3443
|
-
"environment": undefined,
|
|
3444
3382
|
"image": "aquasec/trivy:0.38.3",
|
|
3445
3383
|
"interruptible": true,
|
|
3446
3384
|
"needs": [
|
|
@@ -3466,8 +3404,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
3466
3404
|
"__sbom.json",
|
|
3467
3405
|
],
|
|
3468
3406
|
},
|
|
3469
|
-
"cache": undefined,
|
|
3470
|
-
"environment": undefined,
|
|
3471
3407
|
"image": "aquasec/trivy:0.38.3",
|
|
3472
3408
|
"interruptible": true,
|
|
3473
3409
|
"needs": [
|
|
@@ -14,8 +14,6 @@ exports[`matches snapshot 1`] = `
|
|
|
14
14
|
],
|
|
15
15
|
},
|
|
16
16
|
},
|
|
17
|
-
"cache": undefined,
|
|
18
|
-
"environment": undefined,
|
|
19
17
|
"image": "lint-image",
|
|
20
18
|
"interruptible": true,
|
|
21
19
|
"needs": [],
|
|
@@ -57,7 +55,6 @@ exports[`matches snapshot 1`] = `
|
|
|
57
55
|
},
|
|
58
56
|
},
|
|
59
57
|
"cache": [],
|
|
60
|
-
"environment": undefined,
|
|
61
58
|
"image": "foo",
|
|
62
59
|
"interruptible": true,
|
|
63
60
|
"needs": [],
|
|
@@ -99,7 +96,6 @@ exports[`matches snapshot 1`] = `
|
|
|
99
96
|
},
|
|
100
97
|
},
|
|
101
98
|
"www 🔨 docker | dev ": {
|
|
102
|
-
"environment": undefined,
|
|
103
99
|
"image": "path/to/docker/docker-build:the-version",
|
|
104
100
|
"interruptible": true,
|
|
105
101
|
"needs": [
|
|
@@ -315,8 +311,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
315
311
|
],
|
|
316
312
|
},
|
|
317
313
|
},
|
|
318
|
-
"cache": undefined,
|
|
319
|
-
"environment": undefined,
|
|
320
314
|
"image": "audit-image",
|
|
321
315
|
"interruptible": true,
|
|
322
316
|
"needs": [],
|
|
@@ -357,8 +351,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
357
351
|
],
|
|
358
352
|
},
|
|
359
353
|
},
|
|
360
|
-
"cache": undefined,
|
|
361
|
-
"environment": undefined,
|
|
362
354
|
"image": "test-image",
|
|
363
355
|
"interruptible": true,
|
|
364
356
|
"needs": [],
|
|
@@ -391,8 +383,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
391
383
|
},
|
|
392
384
|
"www 🧾 sbom upload | dev ": {
|
|
393
385
|
"allow_failure": true,
|
|
394
|
-
"cache": undefined,
|
|
395
|
-
"environment": undefined,
|
|
396
386
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
397
387
|
"interruptible": true,
|
|
398
388
|
"needs": [
|
|
@@ -418,8 +408,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
418
408
|
"__sbom.json",
|
|
419
409
|
],
|
|
420
410
|
},
|
|
421
|
-
"cache": undefined,
|
|
422
|
-
"environment": undefined,
|
|
423
411
|
"image": "aquasec/trivy:0.38.3",
|
|
424
412
|
"interruptible": true,
|
|
425
413
|
"needs": [
|
|
@@ -519,8 +507,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
519
507
|
],
|
|
520
508
|
},
|
|
521
509
|
},
|
|
522
|
-
"cache": undefined,
|
|
523
|
-
"environment": undefined,
|
|
524
510
|
"image": "lint-image",
|
|
525
511
|
"interruptible": true,
|
|
526
512
|
"needs": [],
|
|
@@ -562,7 +548,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
562
548
|
},
|
|
563
549
|
},
|
|
564
550
|
"cache": [],
|
|
565
|
-
"environment": undefined,
|
|
566
551
|
"image": "foo",
|
|
567
552
|
"interruptible": true,
|
|
568
553
|
"needs": [],
|
|
@@ -604,7 +589,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
604
589
|
},
|
|
605
590
|
},
|
|
606
591
|
"www 🔨 docker | review ": {
|
|
607
|
-
"environment": undefined,
|
|
608
592
|
"image": "path/to/docker/docker-build:the-version",
|
|
609
593
|
"interruptible": true,
|
|
610
594
|
"needs": [
|
|
@@ -820,8 +804,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
820
804
|
],
|
|
821
805
|
},
|
|
822
806
|
},
|
|
823
|
-
"cache": undefined,
|
|
824
|
-
"environment": undefined,
|
|
825
807
|
"image": "audit-image",
|
|
826
808
|
"interruptible": true,
|
|
827
809
|
"needs": [],
|
|
@@ -862,8 +844,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
862
844
|
],
|
|
863
845
|
},
|
|
864
846
|
},
|
|
865
|
-
"cache": undefined,
|
|
866
|
-
"environment": undefined,
|
|
867
847
|
"image": "test-image",
|
|
868
848
|
"interruptible": true,
|
|
869
849
|
"needs": [],
|
|
@@ -896,8 +876,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
896
876
|
},
|
|
897
877
|
"www 🧾 sbom upload | review ": {
|
|
898
878
|
"allow_failure": true,
|
|
899
|
-
"cache": undefined,
|
|
900
|
-
"environment": undefined,
|
|
901
879
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
902
880
|
"interruptible": true,
|
|
903
881
|
"needs": [
|
|
@@ -923,8 +901,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
923
901
|
"__sbom.json",
|
|
924
902
|
],
|
|
925
903
|
},
|
|
926
|
-
"cache": undefined,
|
|
927
|
-
"environment": undefined,
|
|
928
904
|
"image": "aquasec/trivy:0.38.3",
|
|
929
905
|
"interruptible": true,
|
|
930
906
|
"needs": [
|
|
@@ -1026,7 +1002,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1026
1002
|
},
|
|
1027
1003
|
},
|
|
1028
1004
|
"cache": [],
|
|
1029
|
-
"environment": undefined,
|
|
1030
1005
|
"image": "foo",
|
|
1031
1006
|
"interruptible": true,
|
|
1032
1007
|
"needs": [],
|
|
@@ -1078,7 +1053,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1078
1053
|
},
|
|
1079
1054
|
},
|
|
1080
1055
|
"cache": [],
|
|
1081
|
-
"environment": undefined,
|
|
1082
1056
|
"image": "foo",
|
|
1083
1057
|
"interruptible": true,
|
|
1084
1058
|
"needs": [],
|
|
@@ -1120,7 +1094,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1120
1094
|
},
|
|
1121
1095
|
},
|
|
1122
1096
|
"www 🔨 docker | prod ": {
|
|
1123
|
-
"environment": undefined,
|
|
1124
1097
|
"image": "path/to/docker/docker-build:the-version",
|
|
1125
1098
|
"interruptible": true,
|
|
1126
1099
|
"needs": [
|
|
@@ -1173,7 +1146,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1173
1146
|
},
|
|
1174
1147
|
},
|
|
1175
1148
|
"www 🔨 docker | stage ": {
|
|
1176
|
-
"environment": undefined,
|
|
1177
1149
|
"image": "path/to/docker/docker-build:the-version",
|
|
1178
1150
|
"interruptible": true,
|
|
1179
1151
|
"needs": [
|
|
@@ -1511,8 +1483,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1511
1483
|
},
|
|
1512
1484
|
"www 🧾 sbom upload | prod ": {
|
|
1513
1485
|
"allow_failure": true,
|
|
1514
|
-
"cache": undefined,
|
|
1515
|
-
"environment": undefined,
|
|
1516
1486
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
1517
1487
|
"interruptible": true,
|
|
1518
1488
|
"needs": [
|
|
@@ -1533,8 +1503,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1533
1503
|
},
|
|
1534
1504
|
"www 🧾 sbom upload | stage ": {
|
|
1535
1505
|
"allow_failure": true,
|
|
1536
|
-
"cache": undefined,
|
|
1537
|
-
"environment": undefined,
|
|
1538
1506
|
"image": "git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1",
|
|
1539
1507
|
"interruptible": true,
|
|
1540
1508
|
"needs": [
|
|
@@ -1560,8 +1528,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1560
1528
|
"__sbom.json",
|
|
1561
1529
|
],
|
|
1562
1530
|
},
|
|
1563
|
-
"cache": undefined,
|
|
1564
|
-
"environment": undefined,
|
|
1565
1531
|
"image": "aquasec/trivy:0.38.3",
|
|
1566
1532
|
"interruptible": true,
|
|
1567
1533
|
"needs": [
|
|
@@ -1587,8 +1553,6 @@ _ALL_ENV_VAR_KEYS: '["ENV_SHORT","APP_DIR","ENV_TYPE","HOST","ROOT_URL","HOST_CA
|
|
|
1587
1553
|
"__sbom.json",
|
|
1588
1554
|
],
|
|
1589
1555
|
},
|
|
1590
|
-
"cache": undefined,
|
|
1591
|
-
"environment": undefined,
|
|
1592
1556
|
"image": "aquasec/trivy:0.38.3",
|
|
1593
1557
|
"interruptible": true,
|
|
1594
1558
|
"needs": [
|