@catladder/pipeline 3.8.4 → 3.8.6
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
|
@@ -319,7 +319,10 @@ api 🧪 test:
|
|
|
319
319
|
interruptible: true
|
|
320
320
|
'api 🧾 sbom | dev ':
|
|
321
321
|
stage: build
|
|
322
|
-
image:
|
|
322
|
+
image:
|
|
323
|
+
name: aquasec/trivy:0.58.2
|
|
324
|
+
entrypoint:
|
|
325
|
+
- ''
|
|
323
326
|
variables: {}
|
|
324
327
|
script:
|
|
325
328
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -631,7 +634,10 @@ api 🧪 test:
|
|
|
631
634
|
interruptible: true
|
|
632
635
|
'api 🧾 sbom | review ':
|
|
633
636
|
stage: build
|
|
634
|
-
image:
|
|
637
|
+
image:
|
|
638
|
+
name: aquasec/trivy:0.58.2
|
|
639
|
+
entrypoint:
|
|
640
|
+
- ''
|
|
635
641
|
variables: {}
|
|
636
642
|
script:
|
|
637
643
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -949,7 +955,10 @@ api 🧪 test:
|
|
|
949
955
|
interruptible: true
|
|
950
956
|
'api 🧾 sbom | stage ':
|
|
951
957
|
stage: build
|
|
952
|
-
image:
|
|
958
|
+
image:
|
|
959
|
+
name: aquasec/trivy:0.58.2
|
|
960
|
+
entrypoint:
|
|
961
|
+
- ''
|
|
953
962
|
variables: {}
|
|
954
963
|
script:
|
|
955
964
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1254,7 +1263,10 @@ api 🧪 test:
|
|
|
1254
1263
|
interruptible: true
|
|
1255
1264
|
'api 🧾 sbom | prod ':
|
|
1256
1265
|
stage: build
|
|
1257
|
-
image:
|
|
1266
|
+
image:
|
|
1267
|
+
name: aquasec/trivy:0.58.2
|
|
1268
|
+
entrypoint:
|
|
1269
|
+
- ''
|
|
1258
1270
|
variables: {}
|
|
1259
1271
|
script:
|
|
1260
1272
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -219,7 +219,10 @@ before_script:
|
|
|
219
219
|
interruptible: true
|
|
220
220
|
'api 🧾 sbom | dev ':
|
|
221
221
|
stage: build
|
|
222
|
-
image:
|
|
222
|
+
image:
|
|
223
|
+
name: aquasec/trivy:0.58.2
|
|
224
|
+
entrypoint:
|
|
225
|
+
- ''
|
|
223
226
|
variables: {}
|
|
224
227
|
script:
|
|
225
228
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -507,7 +510,10 @@ before_script:
|
|
|
507
510
|
interruptible: true
|
|
508
511
|
'api 🧾 sbom | review ':
|
|
509
512
|
stage: build
|
|
510
|
-
image:
|
|
513
|
+
image:
|
|
514
|
+
name: aquasec/trivy:0.58.2
|
|
515
|
+
entrypoint:
|
|
516
|
+
- ''
|
|
511
517
|
variables: {}
|
|
512
518
|
script:
|
|
513
519
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -801,7 +807,10 @@ before_script:
|
|
|
801
807
|
interruptible: true
|
|
802
808
|
'api 🧾 sbom | stage ':
|
|
803
809
|
stage: build
|
|
804
|
-
image:
|
|
810
|
+
image:
|
|
811
|
+
name: aquasec/trivy:0.58.2
|
|
812
|
+
entrypoint:
|
|
813
|
+
- ''
|
|
805
814
|
variables: {}
|
|
806
815
|
script:
|
|
807
816
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1088,7 +1097,10 @@ before_script:
|
|
|
1088
1097
|
interruptible: true
|
|
1089
1098
|
'api 🧾 sbom | prod ':
|
|
1090
1099
|
stage: build
|
|
1091
|
-
image:
|
|
1100
|
+
image:
|
|
1101
|
+
name: aquasec/trivy:0.58.2
|
|
1102
|
+
entrypoint:
|
|
1103
|
+
- ''
|
|
1092
1104
|
variables: {}
|
|
1093
1105
|
script:
|
|
1094
1106
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -317,7 +317,10 @@ api 🧪 test:
|
|
|
317
317
|
interruptible: true
|
|
318
318
|
'api 🧾 sbom | dev ':
|
|
319
319
|
stage: build
|
|
320
|
-
image:
|
|
320
|
+
image:
|
|
321
|
+
name: aquasec/trivy:0.58.2
|
|
322
|
+
entrypoint:
|
|
323
|
+
- ''
|
|
321
324
|
variables: {}
|
|
322
325
|
script:
|
|
323
326
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -611,7 +614,10 @@ api 🧪 test:
|
|
|
611
614
|
interruptible: true
|
|
612
615
|
'api 🧾 sbom | review ':
|
|
613
616
|
stage: build
|
|
614
|
-
image:
|
|
617
|
+
image:
|
|
618
|
+
name: aquasec/trivy:0.58.2
|
|
619
|
+
entrypoint:
|
|
620
|
+
- ''
|
|
615
621
|
variables: {}
|
|
616
622
|
script:
|
|
617
623
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -911,7 +917,10 @@ api 🧪 test:
|
|
|
911
917
|
interruptible: true
|
|
912
918
|
'api 🧾 sbom | stage ':
|
|
913
919
|
stage: build
|
|
914
|
-
image:
|
|
920
|
+
image:
|
|
921
|
+
name: aquasec/trivy:0.58.2
|
|
922
|
+
entrypoint:
|
|
923
|
+
- ''
|
|
915
924
|
variables: {}
|
|
916
925
|
script:
|
|
917
926
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1198,7 +1207,10 @@ api 🧪 test:
|
|
|
1198
1207
|
interruptible: true
|
|
1199
1208
|
'api 🧾 sbom | prod ':
|
|
1200
1209
|
stage: build
|
|
1201
|
-
image:
|
|
1210
|
+
image:
|
|
1211
|
+
name: aquasec/trivy:0.58.2
|
|
1212
|
+
entrypoint:
|
|
1213
|
+
- ''
|
|
1202
1214
|
variables: {}
|
|
1203
1215
|
script:
|
|
1204
1216
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -317,7 +317,10 @@ api 🧪 test:
|
|
|
317
317
|
interruptible: true
|
|
318
318
|
'api 🧾 sbom | dev ':
|
|
319
319
|
stage: build
|
|
320
|
-
image:
|
|
320
|
+
image:
|
|
321
|
+
name: aquasec/trivy:0.58.2
|
|
322
|
+
entrypoint:
|
|
323
|
+
- ''
|
|
321
324
|
variables: {}
|
|
322
325
|
script:
|
|
323
326
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -611,7 +614,10 @@ api 🧪 test:
|
|
|
611
614
|
interruptible: true
|
|
612
615
|
'api 🧾 sbom | review ':
|
|
613
616
|
stage: build
|
|
614
|
-
image:
|
|
617
|
+
image:
|
|
618
|
+
name: aquasec/trivy:0.58.2
|
|
619
|
+
entrypoint:
|
|
620
|
+
- ''
|
|
615
621
|
variables: {}
|
|
616
622
|
script:
|
|
617
623
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -911,7 +917,10 @@ api 🧪 test:
|
|
|
911
917
|
interruptible: true
|
|
912
918
|
'api 🧾 sbom | stage ':
|
|
913
919
|
stage: build
|
|
914
|
-
image:
|
|
920
|
+
image:
|
|
921
|
+
name: aquasec/trivy:0.58.2
|
|
922
|
+
entrypoint:
|
|
923
|
+
- ''
|
|
915
924
|
variables: {}
|
|
916
925
|
script:
|
|
917
926
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1198,7 +1207,10 @@ api 🧪 test:
|
|
|
1198
1207
|
interruptible: true
|
|
1199
1208
|
'api 🧾 sbom | prod ':
|
|
1200
1209
|
stage: build
|
|
1201
|
-
image:
|
|
1210
|
+
image:
|
|
1211
|
+
name: aquasec/trivy:0.58.2
|
|
1212
|
+
entrypoint:
|
|
1213
|
+
- ''
|
|
1202
1214
|
variables: {}
|
|
1203
1215
|
script:
|
|
1204
1216
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -333,7 +333,10 @@ api 🧪 test:
|
|
|
333
333
|
interruptible: true
|
|
334
334
|
'api 🧾 sbom | dev ':
|
|
335
335
|
stage: build
|
|
336
|
-
image:
|
|
336
|
+
image:
|
|
337
|
+
name: aquasec/trivy:0.58.2
|
|
338
|
+
entrypoint:
|
|
339
|
+
- ''
|
|
337
340
|
variables: {}
|
|
338
341
|
script:
|
|
339
342
|
- 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.58.2
|
|
713
|
+
entrypoint:
|
|
714
|
+
- ''
|
|
709
715
|
variables: {}
|
|
710
716
|
script:
|
|
711
717
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1086,7 +1092,10 @@ api 🧪 test:
|
|
|
1086
1092
|
interruptible: true
|
|
1087
1093
|
'api 🧾 sbom | stage ':
|
|
1088
1094
|
stage: build
|
|
1089
|
-
image:
|
|
1095
|
+
image:
|
|
1096
|
+
name: aquasec/trivy:0.58.2
|
|
1097
|
+
entrypoint:
|
|
1098
|
+
- ''
|
|
1090
1099
|
variables: {}
|
|
1091
1100
|
script:
|
|
1092
1101
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1451,7 +1460,10 @@ api 🧪 test:
|
|
|
1451
1460
|
interruptible: true
|
|
1452
1461
|
'api 🧾 sbom | prod ':
|
|
1453
1462
|
stage: build
|
|
1454
|
-
image:
|
|
1463
|
+
image:
|
|
1464
|
+
name: aquasec/trivy:0.58.2
|
|
1465
|
+
entrypoint:
|
|
1466
|
+
- ''
|
|
1455
1467
|
variables: {}
|
|
1456
1468
|
script:
|
|
1457
1469
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -329,7 +329,10 @@ api 🧪 test:
|
|
|
329
329
|
interruptible: true
|
|
330
330
|
'api 🧾 sbom | dev ':
|
|
331
331
|
stage: build
|
|
332
|
-
image:
|
|
332
|
+
image:
|
|
333
|
+
name: aquasec/trivy:0.58.2
|
|
334
|
+
entrypoint:
|
|
335
|
+
- ''
|
|
333
336
|
variables: {}
|
|
334
337
|
script:
|
|
335
338
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -657,7 +660,10 @@ api 🧪 test:
|
|
|
657
660
|
interruptible: true
|
|
658
661
|
'api 🧾 sbom | review ':
|
|
659
662
|
stage: build
|
|
660
|
-
image:
|
|
663
|
+
image:
|
|
664
|
+
name: aquasec/trivy:0.58.2
|
|
665
|
+
entrypoint:
|
|
666
|
+
- ''
|
|
661
667
|
variables: {}
|
|
662
668
|
script:
|
|
663
669
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -994,7 +1000,10 @@ api 🧪 test:
|
|
|
994
1000
|
interruptible: true
|
|
995
1001
|
'api 🧾 sbom | stage ':
|
|
996
1002
|
stage: build
|
|
997
|
-
image:
|
|
1003
|
+
image:
|
|
1004
|
+
name: aquasec/trivy:0.58.2
|
|
1005
|
+
entrypoint:
|
|
1006
|
+
- ''
|
|
998
1007
|
variables: {}
|
|
999
1008
|
script:
|
|
1000
1009
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1315,7 +1324,10 @@ api 🧪 test:
|
|
|
1315
1324
|
interruptible: true
|
|
1316
1325
|
'api 🧾 sbom | prod ':
|
|
1317
1326
|
stage: build
|
|
1318
|
-
image:
|
|
1327
|
+
image:
|
|
1328
|
+
name: aquasec/trivy:0.58.2
|
|
1329
|
+
entrypoint:
|
|
1330
|
+
- ''
|
|
1319
1331
|
variables: {}
|
|
1320
1332
|
script:
|
|
1321
1333
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1734,7 +1746,10 @@ worker 🧪 test:
|
|
|
1734
1746
|
interruptible: true
|
|
1735
1747
|
'worker 🧾 sbom | dev ':
|
|
1736
1748
|
stage: build
|
|
1737
|
-
image:
|
|
1749
|
+
image:
|
|
1750
|
+
name: aquasec/trivy:0.58.2
|
|
1751
|
+
entrypoint:
|
|
1752
|
+
- ''
|
|
1738
1753
|
variables: {}
|
|
1739
1754
|
script:
|
|
1740
1755
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2062,7 +2077,10 @@ worker 🧪 test:
|
|
|
2062
2077
|
interruptible: true
|
|
2063
2078
|
'worker 🧾 sbom | review ':
|
|
2064
2079
|
stage: build
|
|
2065
|
-
image:
|
|
2080
|
+
image:
|
|
2081
|
+
name: aquasec/trivy:0.58.2
|
|
2082
|
+
entrypoint:
|
|
2083
|
+
- ''
|
|
2066
2084
|
variables: {}
|
|
2067
2085
|
script:
|
|
2068
2086
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2399,7 +2417,10 @@ worker 🧪 test:
|
|
|
2399
2417
|
interruptible: true
|
|
2400
2418
|
'worker 🧾 sbom | stage ':
|
|
2401
2419
|
stage: build
|
|
2402
|
-
image:
|
|
2420
|
+
image:
|
|
2421
|
+
name: aquasec/trivy:0.58.2
|
|
2422
|
+
entrypoint:
|
|
2423
|
+
- ''
|
|
2403
2424
|
variables: {}
|
|
2404
2425
|
script:
|
|
2405
2426
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2720,7 +2741,10 @@ worker 🧪 test:
|
|
|
2720
2741
|
interruptible: true
|
|
2721
2742
|
'worker 🧾 sbom | prod ':
|
|
2722
2743
|
stage: build
|
|
2723
|
-
image:
|
|
2744
|
+
image:
|
|
2745
|
+
name: aquasec/trivy:0.58.2
|
|
2746
|
+
entrypoint:
|
|
2747
|
+
- ''
|
|
2724
2748
|
variables: {}
|
|
2725
2749
|
script:
|
|
2726
2750
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -333,7 +333,10 @@ api 🧪 test:
|
|
|
333
333
|
interruptible: true
|
|
334
334
|
'api 🧾 sbom | dev ':
|
|
335
335
|
stage: build
|
|
336
|
-
image:
|
|
336
|
+
image:
|
|
337
|
+
name: aquasec/trivy:0.58.2
|
|
338
|
+
entrypoint:
|
|
339
|
+
- ''
|
|
337
340
|
variables: {}
|
|
338
341
|
script:
|
|
339
342
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -723,7 +726,10 @@ api 🧪 test:
|
|
|
723
726
|
interruptible: true
|
|
724
727
|
'api 🧾 sbom | review ':
|
|
725
728
|
stage: build
|
|
726
|
-
image:
|
|
729
|
+
image:
|
|
730
|
+
name: aquasec/trivy:0.58.2
|
|
731
|
+
entrypoint:
|
|
732
|
+
- ''
|
|
727
733
|
variables: {}
|
|
728
734
|
script:
|
|
729
735
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1113,7 +1119,10 @@ api 🧪 test:
|
|
|
1113
1119
|
interruptible: true
|
|
1114
1120
|
'api 🧾 sbom | stage ':
|
|
1115
1121
|
stage: build
|
|
1116
|
-
image:
|
|
1122
|
+
image:
|
|
1123
|
+
name: aquasec/trivy:0.58.2
|
|
1124
|
+
entrypoint:
|
|
1125
|
+
- ''
|
|
1117
1126
|
variables: {}
|
|
1118
1127
|
script:
|
|
1119
1128
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1496,7 +1505,10 @@ api 🧪 test:
|
|
|
1496
1505
|
interruptible: true
|
|
1497
1506
|
'api 🧾 sbom | prod ':
|
|
1498
1507
|
stage: build
|
|
1499
|
-
image:
|
|
1508
|
+
image:
|
|
1509
|
+
name: aquasec/trivy:0.58.2
|
|
1510
|
+
entrypoint:
|
|
1511
|
+
- ''
|
|
1500
1512
|
variables: {}
|
|
1501
1513
|
script:
|
|
1502
1514
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -317,7 +317,10 @@ api 🧪 test:
|
|
|
317
317
|
interruptible: true
|
|
318
318
|
'api 🧾 sbom | dev ':
|
|
319
319
|
stage: build
|
|
320
|
-
image:
|
|
320
|
+
image:
|
|
321
|
+
name: aquasec/trivy:0.58.2
|
|
322
|
+
entrypoint:
|
|
323
|
+
- ''
|
|
321
324
|
variables: {}
|
|
322
325
|
script:
|
|
323
326
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -613,7 +616,10 @@ api 🧪 test:
|
|
|
613
616
|
interruptible: true
|
|
614
617
|
'api 🧾 sbom | review ':
|
|
615
618
|
stage: build
|
|
616
|
-
image:
|
|
619
|
+
image:
|
|
620
|
+
name: aquasec/trivy:0.58.2
|
|
621
|
+
entrypoint:
|
|
622
|
+
- ''
|
|
617
623
|
variables: {}
|
|
618
624
|
script:
|
|
619
625
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -915,7 +921,10 @@ api 🧪 test:
|
|
|
915
921
|
interruptible: true
|
|
916
922
|
'api 🧾 sbom | stage ':
|
|
917
923
|
stage: build
|
|
918
|
-
image:
|
|
924
|
+
image:
|
|
925
|
+
name: aquasec/trivy:0.58.2
|
|
926
|
+
entrypoint:
|
|
927
|
+
- ''
|
|
919
928
|
variables: {}
|
|
920
929
|
script:
|
|
921
930
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1204,7 +1213,10 @@ api 🧪 test:
|
|
|
1204
1213
|
interruptible: true
|
|
1205
1214
|
'api 🧾 sbom | prod ':
|
|
1206
1215
|
stage: build
|
|
1207
|
-
image:
|
|
1216
|
+
image:
|
|
1217
|
+
name: aquasec/trivy:0.58.2
|
|
1218
|
+
entrypoint:
|
|
1219
|
+
- ''
|
|
1208
1220
|
variables: {}
|
|
1209
1221
|
script:
|
|
1210
1222
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -268,7 +268,10 @@ www 🧪 test:
|
|
|
268
268
|
interruptible: true
|
|
269
269
|
'www 🧾 sbom | dev ':
|
|
270
270
|
stage: build
|
|
271
|
-
image:
|
|
271
|
+
image:
|
|
272
|
+
name: aquasec/trivy:0.58.2
|
|
273
|
+
entrypoint:
|
|
274
|
+
- ''
|
|
272
275
|
variables: {}
|
|
273
276
|
script:
|
|
274
277
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -534,7 +537,10 @@ www 🧪 test:
|
|
|
534
537
|
interruptible: true
|
|
535
538
|
'www 🧾 sbom | review ':
|
|
536
539
|
stage: build
|
|
537
|
-
image:
|
|
540
|
+
image:
|
|
541
|
+
name: aquasec/trivy:0.58.2
|
|
542
|
+
entrypoint:
|
|
543
|
+
- ''
|
|
538
544
|
variables: {}
|
|
539
545
|
script:
|
|
540
546
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -806,7 +812,10 @@ www 🧪 test:
|
|
|
806
812
|
interruptible: true
|
|
807
813
|
'www 🧾 sbom | stage ':
|
|
808
814
|
stage: build
|
|
809
|
-
image:
|
|
815
|
+
image:
|
|
816
|
+
name: aquasec/trivy:0.58.2
|
|
817
|
+
entrypoint:
|
|
818
|
+
- ''
|
|
810
819
|
variables: {}
|
|
811
820
|
script:
|
|
812
821
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1065,7 +1074,10 @@ www 🧪 test:
|
|
|
1065
1074
|
interruptible: true
|
|
1066
1075
|
'www 🧾 sbom | prod ':
|
|
1067
1076
|
stage: build
|
|
1068
|
-
image:
|
|
1077
|
+
image:
|
|
1078
|
+
name: aquasec/trivy:0.58.2
|
|
1079
|
+
entrypoint:
|
|
1080
|
+
- ''
|
|
1069
1081
|
variables: {}
|
|
1070
1082
|
script:
|
|
1071
1083
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -187,7 +187,10 @@ before_script:
|
|
|
187
187
|
interruptible: true
|
|
188
188
|
'www 🧾 sbom | dev ':
|
|
189
189
|
stage: build
|
|
190
|
-
image:
|
|
190
|
+
image:
|
|
191
|
+
name: aquasec/trivy:0.58.2
|
|
192
|
+
entrypoint:
|
|
193
|
+
- ''
|
|
191
194
|
variables: {}
|
|
192
195
|
script:
|
|
193
196
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -443,7 +446,10 @@ before_script:
|
|
|
443
446
|
interruptible: true
|
|
444
447
|
'www 🧾 sbom | review ':
|
|
445
448
|
stage: build
|
|
446
|
-
image:
|
|
449
|
+
image:
|
|
450
|
+
name: aquasec/trivy:0.58.2
|
|
451
|
+
entrypoint:
|
|
452
|
+
- ''
|
|
447
453
|
variables: {}
|
|
448
454
|
script:
|
|
449
455
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -705,7 +711,10 @@ before_script:
|
|
|
705
711
|
interruptible: true
|
|
706
712
|
'www 🧾 sbom | stage ':
|
|
707
713
|
stage: build
|
|
708
|
-
image:
|
|
714
|
+
image:
|
|
715
|
+
name: aquasec/trivy:0.58.2
|
|
716
|
+
entrypoint:
|
|
717
|
+
- ''
|
|
709
718
|
variables: {}
|
|
710
719
|
script:
|
|
711
720
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -960,7 +969,10 @@ before_script:
|
|
|
960
969
|
interruptible: true
|
|
961
970
|
'www 🧾 sbom | prod ':
|
|
962
971
|
stage: build
|
|
963
|
-
image:
|
|
972
|
+
image:
|
|
973
|
+
name: aquasec/trivy:0.58.2
|
|
974
|
+
entrypoint:
|
|
975
|
+
- ''
|
|
964
976
|
variables: {}
|
|
965
977
|
script:
|
|
966
978
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -309,7 +309,10 @@ www 🧪 test:
|
|
|
309
309
|
interruptible: true
|
|
310
310
|
'www 🧾 sbom | dev ':
|
|
311
311
|
stage: build
|
|
312
|
-
image:
|
|
312
|
+
image:
|
|
313
|
+
name: aquasec/trivy:0.58.2
|
|
314
|
+
entrypoint:
|
|
315
|
+
- ''
|
|
313
316
|
variables: {}
|
|
314
317
|
script:
|
|
315
318
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -513,7 +516,10 @@ www 🧪 test:
|
|
|
513
516
|
interruptible: true
|
|
514
517
|
'www 🧾 sbom | review ':
|
|
515
518
|
stage: build
|
|
516
|
-
image:
|
|
519
|
+
image:
|
|
520
|
+
name: aquasec/trivy:0.58.2
|
|
521
|
+
entrypoint:
|
|
522
|
+
- ''
|
|
517
523
|
variables: {}
|
|
518
524
|
script:
|
|
519
525
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -746,7 +752,10 @@ www 🧪 test:
|
|
|
746
752
|
interruptible: true
|
|
747
753
|
'www 🧾 sbom | stage ':
|
|
748
754
|
stage: build
|
|
749
|
-
image:
|
|
755
|
+
image:
|
|
756
|
+
name: aquasec/trivy:0.58.2
|
|
757
|
+
entrypoint:
|
|
758
|
+
- ''
|
|
750
759
|
variables: {}
|
|
751
760
|
script:
|
|
752
761
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -944,7 +953,10 @@ www 🧪 test:
|
|
|
944
953
|
interruptible: true
|
|
945
954
|
'www 🧾 sbom | prod ':
|
|
946
955
|
stage: build
|
|
947
|
-
image:
|
|
956
|
+
image:
|
|
957
|
+
name: aquasec/trivy:0.58.2
|
|
958
|
+
entrypoint:
|
|
959
|
+
- ''
|
|
948
960
|
variables: {}
|
|
949
961
|
script:
|
|
950
962
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -271,7 +271,10 @@ api 🧪 test:
|
|
|
271
271
|
interruptible: true
|
|
272
272
|
'api 🧾 sbom | dev ':
|
|
273
273
|
stage: build
|
|
274
|
-
image:
|
|
274
|
+
image:
|
|
275
|
+
name: aquasec/trivy:0.58.2
|
|
276
|
+
entrypoint:
|
|
277
|
+
- ''
|
|
275
278
|
variables: {}
|
|
276
279
|
script:
|
|
277
280
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -360,7 +363,10 @@ api 🧪 test:
|
|
|
360
363
|
interruptible: true
|
|
361
364
|
'api 🧾 sbom | asdf ':
|
|
362
365
|
stage: build
|
|
363
|
-
image:
|
|
366
|
+
image:
|
|
367
|
+
name: aquasec/trivy:0.58.2
|
|
368
|
+
entrypoint:
|
|
369
|
+
- ''
|
|
364
370
|
variables: {}
|
|
365
371
|
script:
|
|
366
372
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -449,7 +455,10 @@ api 🧪 test:
|
|
|
449
455
|
interruptible: true
|
|
450
456
|
'api 🧾 sbom | bla ':
|
|
451
457
|
stage: build
|
|
452
|
-
image:
|
|
458
|
+
image:
|
|
459
|
+
name: aquasec/trivy:0.58.2
|
|
460
|
+
entrypoint:
|
|
461
|
+
- ''
|
|
453
462
|
variables: {}
|
|
454
463
|
script:
|
|
455
464
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -538,7 +547,10 @@ api 🧪 test:
|
|
|
538
547
|
interruptible: true
|
|
539
548
|
'api 🧾 sbom | review ':
|
|
540
549
|
stage: build
|
|
541
|
-
image:
|
|
550
|
+
image:
|
|
551
|
+
name: aquasec/trivy:0.58.2
|
|
552
|
+
entrypoint:
|
|
553
|
+
- ''
|
|
542
554
|
variables: {}
|
|
543
555
|
script:
|
|
544
556
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -627,7 +639,10 @@ api 🧪 test:
|
|
|
627
639
|
interruptible: true
|
|
628
640
|
'api 🧾 sbom | stage ':
|
|
629
641
|
stage: build
|
|
630
|
-
image:
|
|
642
|
+
image:
|
|
643
|
+
name: aquasec/trivy:0.58.2
|
|
644
|
+
entrypoint:
|
|
645
|
+
- ''
|
|
631
646
|
variables: {}
|
|
632
647
|
script:
|
|
633
648
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -716,7 +731,10 @@ api 🧪 test:
|
|
|
716
731
|
interruptible: true
|
|
717
732
|
'api 🧾 sbom | prod ':
|
|
718
733
|
stage: build
|
|
719
|
-
image:
|
|
734
|
+
image:
|
|
735
|
+
name: aquasec/trivy:0.58.2
|
|
736
|
+
entrypoint:
|
|
737
|
+
- ''
|
|
720
738
|
variables: {}
|
|
721
739
|
script:
|
|
722
740
|
- 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.58.2
|
|
322
|
+
entrypoint:
|
|
323
|
+
- ''
|
|
321
324
|
variables: {}
|
|
322
325
|
script:
|
|
323
326
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -664,7 +667,10 @@ www 🧪 test:
|
|
|
664
667
|
interruptible: true
|
|
665
668
|
'www 🧾 sbom | review ':
|
|
666
669
|
stage: build
|
|
667
|
-
image:
|
|
670
|
+
image:
|
|
671
|
+
name: aquasec/trivy:0.58.2
|
|
672
|
+
entrypoint:
|
|
673
|
+
- ''
|
|
668
674
|
variables: {}
|
|
669
675
|
script:
|
|
670
676
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1017,7 +1023,10 @@ www 🧪 test:
|
|
|
1017
1023
|
interruptible: true
|
|
1018
1024
|
'www 🧾 sbom | stage ':
|
|
1019
1025
|
stage: build
|
|
1020
|
-
image:
|
|
1026
|
+
image:
|
|
1027
|
+
name: aquasec/trivy:0.58.2
|
|
1028
|
+
entrypoint:
|
|
1029
|
+
- ''
|
|
1021
1030
|
variables: {}
|
|
1022
1031
|
script:
|
|
1023
1032
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1357,7 +1366,10 @@ www 🧪 test:
|
|
|
1357
1366
|
interruptible: true
|
|
1358
1367
|
'www 🧾 sbom | prod ':
|
|
1359
1368
|
stage: build
|
|
1360
|
-
image:
|
|
1369
|
+
image:
|
|
1370
|
+
name: aquasec/trivy:0.58.2
|
|
1371
|
+
entrypoint:
|
|
1372
|
+
- ''
|
|
1361
1373
|
variables: {}
|
|
1362
1374
|
script:
|
|
1363
1375
|
- collapseable_section_start "injectvars" "Injecting variables"
|