@catladder/pipeline 3.8.4 → 3.8.5
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/build/sbom.js +4 -1
- package/dist/constants.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/examples/__snapshots__/cloud-run-health-check-defaults.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-health-check-only-startup.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-health-check.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-http2.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-meteor-with-worker.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-storybook.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-with-gpu.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-with-sql-legacy-jobs.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +32 -8
- package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +16 -4
- package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +16 -4
- package/examples/__snapshots__/custom-build-job-with-tests.test.ts.snap +16 -4
- package/examples/__snapshots__/custom-build-job.test.ts.snap +16 -4
- package/examples/__snapshots__/custom-deploy.test.ts.snap +16 -4
- package/examples/__snapshots__/custom-envs.test.ts.snap +24 -6
- package/examples/__snapshots__/custom-verify-job.test.ts.snap +16 -4
- package/examples/__snapshots__/git-submodule.test.ts.snap +16 -4
- package/examples/__snapshots__/kubernetes-application-customization.test.ts.snap +16 -4
- package/examples/__snapshots__/kubernetes-with-cloud-sql.test.ts.snap +16 -4
- package/examples/__snapshots__/kubernetes-with-jobs.test.ts.snap +32 -8
- package/examples/__snapshots__/kubernetes-with-mongodb.test.ts.snap +16 -4
- package/examples/__snapshots__/local-dot-env.test.ts.snap +16 -4
- package/examples/__snapshots__/meteor-kubernetes.test.ts.snap +16 -4
- package/examples/__snapshots__/multiline-var.test.ts.snap +48 -12
- package/examples/__snapshots__/native-app.test.ts.snap +32 -8
- package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +16 -4
- package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +16 -4
- package/examples/__snapshots__/override-secrets.test.ts.snap +16 -4
- package/examples/__snapshots__/rails-k8s-with-worker-dockerfile.test.ts.snap +16 -4
- package/examples/__snapshots__/rails-k8s-with-worker.test.ts.snap +16 -4
- package/examples/__snapshots__/referencing-other-vars.test.ts.snap +48 -12
- package/examples/__snapshots__/wait-for-other-deploy.test.ts.snap +32 -8
- package/examples/__snapshots__/workspace-api-www-turbo-cache.test.ts.snap +32 -8
- package/examples/__snapshots__/workspace-api-www.test.ts.snap +32 -8
- package/package.json +1 -1
- package/src/build/sbom.ts +4 -1
|
@@ -318,7 +318,10 @@ app 🧪 test:
|
|
|
318
318
|
interruptible: true
|
|
319
319
|
'app 🧾 sbom | dev ':
|
|
320
320
|
stage: build
|
|
321
|
-
image:
|
|
321
|
+
image:
|
|
322
|
+
name: aquasec/trivy:0.38.3
|
|
323
|
+
entrypoint:
|
|
324
|
+
- ''
|
|
322
325
|
variables: {}
|
|
323
326
|
script:
|
|
324
327
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -612,7 +615,10 @@ app 🧪 test:
|
|
|
612
615
|
interruptible: true
|
|
613
616
|
'app 🧾 sbom | review ':
|
|
614
617
|
stage: build
|
|
615
|
-
image:
|
|
618
|
+
image:
|
|
619
|
+
name: aquasec/trivy:0.38.3
|
|
620
|
+
entrypoint:
|
|
621
|
+
- ''
|
|
616
622
|
variables: {}
|
|
617
623
|
script:
|
|
618
624
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -912,7 +918,10 @@ app 🧪 test:
|
|
|
912
918
|
interruptible: true
|
|
913
919
|
'app 🧾 sbom | stage ':
|
|
914
920
|
stage: build
|
|
915
|
-
image:
|
|
921
|
+
image:
|
|
922
|
+
name: aquasec/trivy:0.38.3
|
|
923
|
+
entrypoint:
|
|
924
|
+
- ''
|
|
916
925
|
variables: {}
|
|
917
926
|
script:
|
|
918
927
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1199,7 +1208,10 @@ app 🧪 test:
|
|
|
1199
1208
|
interruptible: true
|
|
1200
1209
|
'app 🧾 sbom | prod ':
|
|
1201
1210
|
stage: build
|
|
1202
|
-
image:
|
|
1211
|
+
image:
|
|
1212
|
+
name: aquasec/trivy:0.38.3
|
|
1213
|
+
entrypoint:
|
|
1214
|
+
- ''
|
|
1203
1215
|
variables: {}
|
|
1204
1216
|
script:
|
|
1205
1217
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -297,7 +297,10 @@ api 🧪 test:
|
|
|
297
297
|
interruptible: true
|
|
298
298
|
'api 🧾 sbom | dev ':
|
|
299
299
|
stage: build
|
|
300
|
-
image:
|
|
300
|
+
image:
|
|
301
|
+
name: aquasec/trivy:0.38.3
|
|
302
|
+
entrypoint:
|
|
303
|
+
- ''
|
|
301
304
|
variables: {}
|
|
302
305
|
script:
|
|
303
306
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -672,7 +675,10 @@ api 🧪 test:
|
|
|
672
675
|
interruptible: true
|
|
673
676
|
'api 🧾 sbom | review ':
|
|
674
677
|
stage: build
|
|
675
|
-
image:
|
|
678
|
+
image:
|
|
679
|
+
name: aquasec/trivy:0.38.3
|
|
680
|
+
entrypoint:
|
|
681
|
+
- ''
|
|
676
682
|
variables: {}
|
|
677
683
|
script:
|
|
678
684
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1048,7 +1054,10 @@ api 🧪 test:
|
|
|
1048
1054
|
interruptible: true
|
|
1049
1055
|
'api 🧾 sbom | stage ':
|
|
1050
1056
|
stage: build
|
|
1051
|
-
image:
|
|
1057
|
+
image:
|
|
1058
|
+
name: aquasec/trivy:0.38.3
|
|
1059
|
+
entrypoint:
|
|
1060
|
+
- ''
|
|
1052
1061
|
variables: {}
|
|
1053
1062
|
script:
|
|
1054
1063
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1416,7 +1425,10 @@ api 🧪 test:
|
|
|
1416
1425
|
interruptible: true
|
|
1417
1426
|
'api 🧾 sbom | prod ':
|
|
1418
1427
|
stage: build
|
|
1419
|
-
image:
|
|
1428
|
+
image:
|
|
1429
|
+
name: aquasec/trivy:0.38.3
|
|
1430
|
+
entrypoint:
|
|
1431
|
+
- ''
|
|
1420
1432
|
variables: {}
|
|
1421
1433
|
script:
|
|
1422
1434
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -299,7 +299,10 @@ api 🧪 test:
|
|
|
299
299
|
interruptible: true
|
|
300
300
|
'api 🧾 sbom | dev ':
|
|
301
301
|
stage: build
|
|
302
|
-
image:
|
|
302
|
+
image:
|
|
303
|
+
name: aquasec/trivy:0.38.3
|
|
304
|
+
entrypoint:
|
|
305
|
+
- ''
|
|
303
306
|
variables: {}
|
|
304
307
|
script:
|
|
305
308
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -679,7 +682,10 @@ api 🧪 test:
|
|
|
679
682
|
interruptible: true
|
|
680
683
|
'api 🧾 sbom | review ':
|
|
681
684
|
stage: build
|
|
682
|
-
image:
|
|
685
|
+
image:
|
|
686
|
+
name: aquasec/trivy:0.38.3
|
|
687
|
+
entrypoint:
|
|
688
|
+
- ''
|
|
683
689
|
variables: {}
|
|
684
690
|
script:
|
|
685
691
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1060,7 +1066,10 @@ api 🧪 test:
|
|
|
1060
1066
|
interruptible: true
|
|
1061
1067
|
'api 🧾 sbom | stage ':
|
|
1062
1068
|
stage: build
|
|
1063
|
-
image:
|
|
1069
|
+
image:
|
|
1070
|
+
name: aquasec/trivy:0.38.3
|
|
1071
|
+
entrypoint:
|
|
1072
|
+
- ''
|
|
1064
1073
|
variables: {}
|
|
1065
1074
|
script:
|
|
1066
1075
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1433,7 +1442,10 @@ api 🧪 test:
|
|
|
1433
1442
|
interruptible: true
|
|
1434
1443
|
'api 🧾 sbom | prod ':
|
|
1435
1444
|
stage: build
|
|
1436
|
-
image:
|
|
1445
|
+
image:
|
|
1446
|
+
name: aquasec/trivy:0.38.3
|
|
1447
|
+
entrypoint:
|
|
1448
|
+
- ''
|
|
1437
1449
|
variables: {}
|
|
1438
1450
|
script:
|
|
1439
1451
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -297,7 +297,10 @@ api 🧪 test:
|
|
|
297
297
|
interruptible: true
|
|
298
298
|
'api 🧾 sbom | dev ':
|
|
299
299
|
stage: build
|
|
300
|
-
image:
|
|
300
|
+
image:
|
|
301
|
+
name: aquasec/trivy:0.38.3
|
|
302
|
+
entrypoint:
|
|
303
|
+
- ''
|
|
301
304
|
variables: {}
|
|
302
305
|
script:
|
|
303
306
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -663,7 +666,10 @@ api 🧪 test:
|
|
|
663
666
|
interruptible: true
|
|
664
667
|
'api 🧾 sbom | review ':
|
|
665
668
|
stage: build
|
|
666
|
-
image:
|
|
669
|
+
image:
|
|
670
|
+
name: aquasec/trivy:0.38.3
|
|
671
|
+
entrypoint:
|
|
672
|
+
- ''
|
|
667
673
|
variables: {}
|
|
668
674
|
script:
|
|
669
675
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1025,7 +1031,10 @@ api 🧪 test:
|
|
|
1025
1031
|
interruptible: true
|
|
1026
1032
|
'api 🧾 sbom | stage ':
|
|
1027
1033
|
stage: build
|
|
1028
|
-
image:
|
|
1034
|
+
image:
|
|
1035
|
+
name: aquasec/trivy:0.38.3
|
|
1036
|
+
entrypoint:
|
|
1037
|
+
- ''
|
|
1029
1038
|
variables: {}
|
|
1030
1039
|
script:
|
|
1031
1040
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1384,7 +1393,10 @@ api 🧪 test:
|
|
|
1384
1393
|
interruptible: true
|
|
1385
1394
|
'api 🧾 sbom | prod ':
|
|
1386
1395
|
stage: build
|
|
1387
|
-
image:
|
|
1396
|
+
image:
|
|
1397
|
+
name: aquasec/trivy:0.38.3
|
|
1398
|
+
entrypoint:
|
|
1399
|
+
- ''
|
|
1388
1400
|
variables: {}
|
|
1389
1401
|
script:
|
|
1390
1402
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1859,7 +1871,10 @@ www 🧪 test:
|
|
|
1859
1871
|
interruptible: true
|
|
1860
1872
|
'www 🧾 sbom | dev ':
|
|
1861
1873
|
stage: build
|
|
1862
|
-
image:
|
|
1874
|
+
image:
|
|
1875
|
+
name: aquasec/trivy:0.38.3
|
|
1876
|
+
entrypoint:
|
|
1877
|
+
- ''
|
|
1863
1878
|
variables: {}
|
|
1864
1879
|
script:
|
|
1865
1880
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2233,7 +2248,10 @@ www 🧪 test:
|
|
|
2233
2248
|
interruptible: true
|
|
2234
2249
|
'www 🧾 sbom | review ':
|
|
2235
2250
|
stage: build
|
|
2236
|
-
image:
|
|
2251
|
+
image:
|
|
2252
|
+
name: aquasec/trivy:0.38.3
|
|
2253
|
+
entrypoint:
|
|
2254
|
+
- ''
|
|
2237
2255
|
variables: {}
|
|
2238
2256
|
script:
|
|
2239
2257
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2608,7 +2626,10 @@ www 🧪 test:
|
|
|
2608
2626
|
interruptible: true
|
|
2609
2627
|
'www 🧾 sbom | stage ':
|
|
2610
2628
|
stage: build
|
|
2611
|
-
image:
|
|
2629
|
+
image:
|
|
2630
|
+
name: aquasec/trivy:0.38.3
|
|
2631
|
+
entrypoint:
|
|
2632
|
+
- ''
|
|
2612
2633
|
variables: {}
|
|
2613
2634
|
script:
|
|
2614
2635
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2975,7 +2996,10 @@ www 🧪 test:
|
|
|
2975
2996
|
interruptible: true
|
|
2976
2997
|
'www 🧾 sbom | prod ':
|
|
2977
2998
|
stage: build
|
|
2978
|
-
image:
|
|
2999
|
+
image:
|
|
3000
|
+
name: aquasec/trivy:0.38.3
|
|
3001
|
+
entrypoint:
|
|
3002
|
+
- ''
|
|
2979
3003
|
variables: {}
|
|
2980
3004
|
script:
|
|
2981
3005
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -299,7 +299,10 @@ api 🧪 test:
|
|
|
299
299
|
interruptible: true
|
|
300
300
|
'api 🧾 sbom | dev ':
|
|
301
301
|
stage: build
|
|
302
|
-
image:
|
|
302
|
+
image:
|
|
303
|
+
name: aquasec/trivy:0.38.3
|
|
304
|
+
entrypoint:
|
|
305
|
+
- ''
|
|
303
306
|
variables: {}
|
|
304
307
|
script:
|
|
305
308
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -705,7 +708,10 @@ api 🧪 test:
|
|
|
705
708
|
interruptible: true
|
|
706
709
|
'api 🧾 sbom | review ':
|
|
707
710
|
stage: build
|
|
708
|
-
image:
|
|
711
|
+
image:
|
|
712
|
+
name: aquasec/trivy:0.38.3
|
|
713
|
+
entrypoint:
|
|
714
|
+
- ''
|
|
709
715
|
variables: {}
|
|
710
716
|
script:
|
|
711
717
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1112,7 +1118,10 @@ api 🧪 test:
|
|
|
1112
1118
|
interruptible: true
|
|
1113
1119
|
'api 🧾 sbom | stage ':
|
|
1114
1120
|
stage: build
|
|
1115
|
-
image:
|
|
1121
|
+
image:
|
|
1122
|
+
name: aquasec/trivy:0.38.3
|
|
1123
|
+
entrypoint:
|
|
1124
|
+
- ''
|
|
1116
1125
|
variables: {}
|
|
1117
1126
|
script:
|
|
1118
1127
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1511,7 +1520,10 @@ api 🧪 test:
|
|
|
1511
1520
|
interruptible: true
|
|
1512
1521
|
'api 🧾 sbom | prod ':
|
|
1513
1522
|
stage: build
|
|
1514
|
-
image:
|
|
1523
|
+
image:
|
|
1524
|
+
name: aquasec/trivy:0.38.3
|
|
1525
|
+
entrypoint:
|
|
1526
|
+
- ''
|
|
1515
1527
|
variables: {}
|
|
1516
1528
|
script:
|
|
1517
1529
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -298,7 +298,10 @@ api 🧪 test:
|
|
|
298
298
|
interruptible: true
|
|
299
299
|
'api 🧾 sbom | dev ':
|
|
300
300
|
stage: build
|
|
301
|
-
image:
|
|
301
|
+
image:
|
|
302
|
+
name: aquasec/trivy:0.38.3
|
|
303
|
+
entrypoint:
|
|
304
|
+
- ''
|
|
302
305
|
variables: {}
|
|
303
306
|
script:
|
|
304
307
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -573,7 +576,10 @@ api 🧪 test:
|
|
|
573
576
|
interruptible: true
|
|
574
577
|
'api 🧾 sbom | review ':
|
|
575
578
|
stage: build
|
|
576
|
-
image:
|
|
579
|
+
image:
|
|
580
|
+
name: aquasec/trivy:0.38.3
|
|
581
|
+
entrypoint:
|
|
582
|
+
- ''
|
|
577
583
|
variables: {}
|
|
578
584
|
script:
|
|
579
585
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -854,7 +860,10 @@ api 🧪 test:
|
|
|
854
860
|
interruptible: true
|
|
855
861
|
'api 🧾 sbom | stage ':
|
|
856
862
|
stage: build
|
|
857
|
-
image:
|
|
863
|
+
image:
|
|
864
|
+
name: aquasec/trivy:0.38.3
|
|
865
|
+
entrypoint:
|
|
866
|
+
- ''
|
|
858
867
|
variables: {}
|
|
859
868
|
script:
|
|
860
869
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1122,7 +1131,10 @@ api 🧪 test:
|
|
|
1122
1131
|
interruptible: true
|
|
1123
1132
|
'api 🧾 sbom | prod ':
|
|
1124
1133
|
stage: build
|
|
1125
|
-
image:
|
|
1134
|
+
image:
|
|
1135
|
+
name: aquasec/trivy:0.38.3
|
|
1136
|
+
entrypoint:
|
|
1137
|
+
- ''
|
|
1126
1138
|
variables: {}
|
|
1127
1139
|
script:
|
|
1128
1140
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -296,7 +296,10 @@ web 🧪 test:
|
|
|
296
296
|
interruptible: true
|
|
297
297
|
'web 🧾 sbom | dev ':
|
|
298
298
|
stage: build
|
|
299
|
-
image:
|
|
299
|
+
image:
|
|
300
|
+
name: aquasec/trivy:0.38.3
|
|
301
|
+
entrypoint:
|
|
302
|
+
- ''
|
|
300
303
|
variables: {}
|
|
301
304
|
script:
|
|
302
305
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -685,7 +688,10 @@ web 🧪 test:
|
|
|
685
688
|
interruptible: true
|
|
686
689
|
'web 🧾 sbom | review ':
|
|
687
690
|
stage: build
|
|
688
|
-
image:
|
|
691
|
+
image:
|
|
692
|
+
name: aquasec/trivy:0.38.3
|
|
693
|
+
entrypoint:
|
|
694
|
+
- ''
|
|
689
695
|
variables: {}
|
|
690
696
|
script:
|
|
691
697
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1075,7 +1081,10 @@ web 🧪 test:
|
|
|
1075
1081
|
interruptible: true
|
|
1076
1082
|
'web 🧾 sbom | stage ':
|
|
1077
1083
|
stage: build
|
|
1078
|
-
image:
|
|
1084
|
+
image:
|
|
1085
|
+
name: aquasec/trivy:0.38.3
|
|
1086
|
+
entrypoint:
|
|
1087
|
+
- ''
|
|
1079
1088
|
variables: {}
|
|
1080
1089
|
script:
|
|
1081
1090
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1458,7 +1467,10 @@ web 🧪 test:
|
|
|
1458
1467
|
interruptible: true
|
|
1459
1468
|
'web 🧾 sbom | prod ':
|
|
1460
1469
|
stage: build
|
|
1461
|
-
image:
|
|
1470
|
+
image:
|
|
1471
|
+
name: aquasec/trivy:0.38.3
|
|
1472
|
+
entrypoint:
|
|
1473
|
+
- ''
|
|
1462
1474
|
variables: {}
|
|
1463
1475
|
script:
|
|
1464
1476
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -340,7 +340,10 @@ app1 🧪 test:
|
|
|
340
340
|
interruptible: true
|
|
341
341
|
'app1 🧾 sbom | dev ':
|
|
342
342
|
stage: build
|
|
343
|
-
image:
|
|
343
|
+
image:
|
|
344
|
+
name: aquasec/trivy:0.38.3
|
|
345
|
+
entrypoint:
|
|
346
|
+
- ''
|
|
344
347
|
variables: {}
|
|
345
348
|
script:
|
|
346
349
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -682,7 +685,10 @@ app1 🧪 test:
|
|
|
682
685
|
interruptible: true
|
|
683
686
|
'app1 🧾 sbom | review ':
|
|
684
687
|
stage: build
|
|
685
|
-
image:
|
|
688
|
+
image:
|
|
689
|
+
name: aquasec/trivy:0.38.3
|
|
690
|
+
entrypoint:
|
|
691
|
+
- ''
|
|
686
692
|
variables: {}
|
|
687
693
|
script:
|
|
688
694
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1030,7 +1036,10 @@ app1 🧪 test:
|
|
|
1030
1036
|
interruptible: true
|
|
1031
1037
|
'app1 🧾 sbom | stage ':
|
|
1032
1038
|
stage: build
|
|
1033
|
-
image:
|
|
1039
|
+
image:
|
|
1040
|
+
name: aquasec/trivy:0.38.3
|
|
1041
|
+
entrypoint:
|
|
1042
|
+
- ''
|
|
1034
1043
|
variables: {}
|
|
1035
1044
|
script:
|
|
1036
1045
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1365,7 +1374,10 @@ app1 🧪 test:
|
|
|
1365
1374
|
interruptible: true
|
|
1366
1375
|
'app1 🧾 sbom | prod ':
|
|
1367
1376
|
stage: build
|
|
1368
|
-
image:
|
|
1377
|
+
image:
|
|
1378
|
+
name: aquasec/trivy:0.38.3
|
|
1379
|
+
entrypoint:
|
|
1380
|
+
- ''
|
|
1369
1381
|
variables: {}
|
|
1370
1382
|
script:
|
|
1371
1383
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1808,7 +1820,10 @@ app2 🧪 test:
|
|
|
1808
1820
|
interruptible: true
|
|
1809
1821
|
'app2 🧾 sbom | dev ':
|
|
1810
1822
|
stage: build
|
|
1811
|
-
image:
|
|
1823
|
+
image:
|
|
1824
|
+
name: aquasec/trivy:0.38.3
|
|
1825
|
+
entrypoint:
|
|
1826
|
+
- ''
|
|
1812
1827
|
variables: {}
|
|
1813
1828
|
script:
|
|
1814
1829
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2170,7 +2185,10 @@ app2 🧪 test:
|
|
|
2170
2185
|
interruptible: true
|
|
2171
2186
|
'app2 🧾 sbom | review ':
|
|
2172
2187
|
stage: build
|
|
2173
|
-
image:
|
|
2188
|
+
image:
|
|
2189
|
+
name: aquasec/trivy:0.38.3
|
|
2190
|
+
entrypoint:
|
|
2191
|
+
- ''
|
|
2174
2192
|
variables: {}
|
|
2175
2193
|
script:
|
|
2176
2194
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2538,7 +2556,10 @@ app2 🧪 test:
|
|
|
2538
2556
|
interruptible: true
|
|
2539
2557
|
'app2 🧾 sbom | stage ':
|
|
2540
2558
|
stage: build
|
|
2541
|
-
image:
|
|
2559
|
+
image:
|
|
2560
|
+
name: aquasec/trivy:0.38.3
|
|
2561
|
+
entrypoint:
|
|
2562
|
+
- ''
|
|
2542
2563
|
variables: {}
|
|
2543
2564
|
script:
|
|
2544
2565
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2893,7 +2914,10 @@ app2 🧪 test:
|
|
|
2893
2914
|
interruptible: true
|
|
2894
2915
|
'app2 🧾 sbom | prod ':
|
|
2895
2916
|
stage: build
|
|
2896
|
-
image:
|
|
2917
|
+
image:
|
|
2918
|
+
name: aquasec/trivy:0.38.3
|
|
2919
|
+
entrypoint:
|
|
2920
|
+
- ''
|
|
2897
2921
|
variables: {}
|
|
2898
2922
|
script:
|
|
2899
2923
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -3381,7 +3405,10 @@ kube 🧪 test:
|
|
|
3381
3405
|
interruptible: true
|
|
3382
3406
|
'kube 🧾 sbom | dev ':
|
|
3383
3407
|
stage: build
|
|
3384
|
-
image:
|
|
3408
|
+
image:
|
|
3409
|
+
name: aquasec/trivy:0.38.3
|
|
3410
|
+
entrypoint:
|
|
3411
|
+
- ''
|
|
3385
3412
|
variables: {}
|
|
3386
3413
|
script:
|
|
3387
3414
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -3969,7 +3996,10 @@ kube 🧪 test:
|
|
|
3969
3996
|
interruptible: true
|
|
3970
3997
|
'kube 🧾 sbom | review ':
|
|
3971
3998
|
stage: build
|
|
3972
|
-
image:
|
|
3999
|
+
image:
|
|
4000
|
+
name: aquasec/trivy:0.38.3
|
|
4001
|
+
entrypoint:
|
|
4002
|
+
- ''
|
|
3973
4003
|
variables: {}
|
|
3974
4004
|
script:
|
|
3975
4005
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -4558,7 +4588,10 @@ kube 🧪 test:
|
|
|
4558
4588
|
interruptible: true
|
|
4559
4589
|
'kube 🧾 sbom | stage ':
|
|
4560
4590
|
stage: build
|
|
4561
|
-
image:
|
|
4591
|
+
image:
|
|
4592
|
+
name: aquasec/trivy:0.38.3
|
|
4593
|
+
entrypoint:
|
|
4594
|
+
- ''
|
|
4562
4595
|
variables: {}
|
|
4563
4596
|
script:
|
|
4564
4597
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -5139,7 +5172,10 @@ kube 🧪 test:
|
|
|
5139
5172
|
interruptible: true
|
|
5140
5173
|
'kube 🧾 sbom | prod ':
|
|
5141
5174
|
stage: build
|
|
5142
|
-
image:
|
|
5175
|
+
image:
|
|
5176
|
+
name: aquasec/trivy:0.38.3
|
|
5177
|
+
entrypoint:
|
|
5178
|
+
- ''
|
|
5143
5179
|
variables: {}
|
|
5144
5180
|
script:
|
|
5145
5181
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -279,7 +279,10 @@ app 🧪 test:
|
|
|
279
279
|
interruptible: true
|
|
280
280
|
'app 🧾 sbom | dev ':
|
|
281
281
|
stage: build
|
|
282
|
-
image:
|
|
282
|
+
image:
|
|
283
|
+
name: aquasec/trivy:0.38.3
|
|
284
|
+
entrypoint:
|
|
285
|
+
- ''
|
|
283
286
|
variables: {}
|
|
284
287
|
script:
|
|
285
288
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -457,7 +460,10 @@ app 🧪 test:
|
|
|
457
460
|
interruptible: true
|
|
458
461
|
'app 🧾 sbom | review ':
|
|
459
462
|
stage: build
|
|
460
|
-
image:
|
|
463
|
+
image:
|
|
464
|
+
name: aquasec/trivy:0.38.3
|
|
465
|
+
entrypoint:
|
|
466
|
+
- ''
|
|
461
467
|
variables: {}
|
|
462
468
|
script:
|
|
463
469
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -635,7 +641,10 @@ app 🧪 test:
|
|
|
635
641
|
interruptible: true
|
|
636
642
|
'app 🧾 sbom | stage ':
|
|
637
643
|
stage: build
|
|
638
|
-
image:
|
|
644
|
+
image:
|
|
645
|
+
name: aquasec/trivy:0.38.3
|
|
646
|
+
entrypoint:
|
|
647
|
+
- ''
|
|
639
648
|
variables: {}
|
|
640
649
|
script:
|
|
641
650
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -807,7 +816,10 @@ app 🧪 test:
|
|
|
807
816
|
interruptible: true
|
|
808
817
|
'app 🧾 sbom | prod ':
|
|
809
818
|
stage: build
|
|
810
|
-
image:
|
|
819
|
+
image:
|
|
820
|
+
name: aquasec/trivy:0.38.3
|
|
821
|
+
entrypoint:
|
|
822
|
+
- ''
|
|
811
823
|
variables: {}
|
|
812
824
|
script:
|
|
813
825
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1121,7 +1133,10 @@ api 🧪 test:
|
|
|
1121
1133
|
interruptible: true
|
|
1122
1134
|
'api 🧾 sbom | dev ':
|
|
1123
1135
|
stage: build
|
|
1124
|
-
image:
|
|
1136
|
+
image:
|
|
1137
|
+
name: aquasec/trivy:0.38.3
|
|
1138
|
+
entrypoint:
|
|
1139
|
+
- ''
|
|
1125
1140
|
variables: {}
|
|
1126
1141
|
script:
|
|
1127
1142
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1415,7 +1430,10 @@ api 🧪 test:
|
|
|
1415
1430
|
interruptible: true
|
|
1416
1431
|
'api 🧾 sbom | review ':
|
|
1417
1432
|
stage: build
|
|
1418
|
-
image:
|
|
1433
|
+
image:
|
|
1434
|
+
name: aquasec/trivy:0.38.3
|
|
1435
|
+
entrypoint:
|
|
1436
|
+
- ''
|
|
1419
1437
|
variables: {}
|
|
1420
1438
|
script:
|
|
1421
1439
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1715,7 +1733,10 @@ api 🧪 test:
|
|
|
1715
1733
|
interruptible: true
|
|
1716
1734
|
'api 🧾 sbom | stage ':
|
|
1717
1735
|
stage: build
|
|
1718
|
-
image:
|
|
1736
|
+
image:
|
|
1737
|
+
name: aquasec/trivy:0.38.3
|
|
1738
|
+
entrypoint:
|
|
1739
|
+
- ''
|
|
1719
1740
|
variables: {}
|
|
1720
1741
|
script:
|
|
1721
1742
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2002,7 +2023,10 @@ api 🧪 test:
|
|
|
2002
2023
|
interruptible: true
|
|
2003
2024
|
'api 🧾 sbom | prod ':
|
|
2004
2025
|
stage: build
|
|
2005
|
-
image:
|
|
2026
|
+
image:
|
|
2027
|
+
name: aquasec/trivy:0.38.3
|
|
2028
|
+
entrypoint:
|
|
2029
|
+
- ''
|
|
2006
2030
|
variables: {}
|
|
2007
2031
|
script:
|
|
2008
2032
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -317,7 +317,10 @@ www 🧪 test:
|
|
|
317
317
|
interruptible: true
|
|
318
318
|
'www 🧾 sbom | dev ':
|
|
319
319
|
stage: build
|
|
320
|
-
image:
|
|
320
|
+
image:
|
|
321
|
+
name: aquasec/trivy:0.38.3
|
|
322
|
+
entrypoint:
|
|
323
|
+
- ''
|
|
321
324
|
variables: {}
|
|
322
325
|
script:
|
|
323
326
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -611,7 +614,10 @@ www 🧪 test:
|
|
|
611
614
|
interruptible: true
|
|
612
615
|
'www 🧾 sbom | review ':
|
|
613
616
|
stage: build
|
|
614
|
-
image:
|
|
617
|
+
image:
|
|
618
|
+
name: aquasec/trivy:0.38.3
|
|
619
|
+
entrypoint:
|
|
620
|
+
- ''
|
|
615
621
|
variables: {}
|
|
616
622
|
script:
|
|
617
623
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -911,7 +917,10 @@ www 🧪 test:
|
|
|
911
917
|
interruptible: true
|
|
912
918
|
'www 🧾 sbom | stage ':
|
|
913
919
|
stage: build
|
|
914
|
-
image:
|
|
920
|
+
image:
|
|
921
|
+
name: aquasec/trivy:0.38.3
|
|
922
|
+
entrypoint:
|
|
923
|
+
- ''
|
|
915
924
|
variables: {}
|
|
916
925
|
script:
|
|
917
926
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1198,7 +1207,10 @@ www 🧪 test:
|
|
|
1198
1207
|
interruptible: true
|
|
1199
1208
|
'www 🧾 sbom | prod ':
|
|
1200
1209
|
stage: build
|
|
1201
|
-
image:
|
|
1210
|
+
image:
|
|
1211
|
+
name: aquasec/trivy:0.38.3
|
|
1212
|
+
entrypoint:
|
|
1213
|
+
- ''
|
|
1202
1214
|
variables: {}
|
|
1203
1215
|
script:
|
|
1204
1216
|
- collapseable_section_start "injectvars" "Injecting variables"
|