@catladder/pipeline 3.8.3 → 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.
Files changed (54) hide show
  1. package/dist/build/docker.js +1 -1
  2. package/dist/build/sbom.js +4 -1
  3. package/dist/constants.js +1 -1
  4. package/dist/tsconfig.tsbuildinfo +1 -1
  5. package/examples/__snapshots__/cloud-run-health-check-defaults.test.ts.snap +20 -8
  6. package/examples/__snapshots__/cloud-run-health-check-only-startup.test.ts.snap +20 -8
  7. package/examples/__snapshots__/cloud-run-health-check.test.ts.snap +20 -8
  8. package/examples/__snapshots__/cloud-run-http2.test.ts.snap +20 -8
  9. package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +20 -8
  10. package/examples/__snapshots__/cloud-run-meteor-with-worker.test.ts.snap +20 -8
  11. package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +20 -8
  12. package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +20 -8
  13. package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +20 -8
  14. package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +20 -8
  15. package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +20 -8
  16. package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +20 -8
  17. package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +20 -8
  18. package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +20 -8
  19. package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +20 -8
  20. package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +20 -8
  21. package/examples/__snapshots__/cloud-run-storybook.test.ts.snap +20 -8
  22. package/examples/__snapshots__/cloud-run-with-gpu.test.ts.snap +20 -8
  23. package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +20 -8
  24. package/examples/__snapshots__/cloud-run-with-sql-legacy-jobs.test.ts.snap +20 -8
  25. package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +40 -16
  26. package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +20 -8
  27. package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +20 -8
  28. package/examples/__snapshots__/custom-build-job-with-tests.test.ts.snap +20 -8
  29. package/examples/__snapshots__/custom-build-job.test.ts.snap +20 -8
  30. package/examples/__snapshots__/custom-deploy.test.ts.snap +20 -8
  31. package/examples/__snapshots__/custom-envs.test.ts.snap +24 -6
  32. package/examples/__snapshots__/custom-sbom-java.test.ts.snap +4 -4
  33. package/examples/__snapshots__/custom-verify-job.test.ts.snap +20 -8
  34. package/examples/__snapshots__/git-submodule.test.ts.snap +20 -8
  35. package/examples/__snapshots__/kubernetes-application-customization.test.ts.snap +20 -8
  36. package/examples/__snapshots__/kubernetes-with-cloud-sql.test.ts.snap +20 -8
  37. package/examples/__snapshots__/kubernetes-with-jobs.test.ts.snap +40 -16
  38. package/examples/__snapshots__/kubernetes-with-mongodb.test.ts.snap +20 -8
  39. package/examples/__snapshots__/local-dot-env.test.ts.snap +20 -8
  40. package/examples/__snapshots__/meteor-kubernetes.test.ts.snap +20 -8
  41. package/examples/__snapshots__/multiline-var.test.ts.snap +60 -24
  42. package/examples/__snapshots__/native-app.test.ts.snap +36 -12
  43. package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +20 -8
  44. package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +20 -8
  45. package/examples/__snapshots__/override-secrets.test.ts.snap +20 -8
  46. package/examples/__snapshots__/rails-k8s-with-worker-dockerfile.test.ts.snap +20 -8
  47. package/examples/__snapshots__/rails-k8s-with-worker.test.ts.snap +20 -8
  48. package/examples/__snapshots__/referencing-other-vars.test.ts.snap +60 -24
  49. package/examples/__snapshots__/wait-for-other-deploy.test.ts.snap +32 -8
  50. package/examples/__snapshots__/workspace-api-www-turbo-cache.test.ts.snap +40 -16
  51. package/examples/__snapshots__/workspace-api-www.test.ts.snap +40 -16
  52. package/package.json +1 -1
  53. package/src/build/docker.ts +1 -1
  54. package/src/build/sbom.ts +4 -1
@@ -279,7 +279,10 @@ app 🧪 test:
279
279
  interruptible: true
280
280
  'app 🧾 sbom | dev ':
281
281
  stage: build
282
- image: aquasec/trivy:0.38.3
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: aquasec/trivy:0.38.3
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: aquasec/trivy:0.38.3
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: aquasec/trivy:0.38.3
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"
@@ -1070,7 +1082,7 @@ api 🧪 test:
1070
1082
  - --tls=false
1071
1083
  - --registry-mirror=https://mirror.gcr.io
1072
1084
  variables:
1073
- DOCKER_HOST: tcp://0.0.0.0:2375
1085
+ DOCKER_HOST: tcp://docker:2375
1074
1086
  DOCKER_TLS_CERTDIR: ''
1075
1087
  DOCKER_DRIVER: overlay2
1076
1088
  DOCKER_BUILDKIT: '1'
@@ -1121,7 +1133,10 @@ api 🧪 test:
1121
1133
  interruptible: true
1122
1134
  'api 🧾 sbom | dev ':
1123
1135
  stage: build
1124
- image: aquasec/trivy:0.38.3
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"
@@ -1364,7 +1379,7 @@ api 🧪 test:
1364
1379
  - --tls=false
1365
1380
  - --registry-mirror=https://mirror.gcr.io
1366
1381
  variables:
1367
- DOCKER_HOST: tcp://0.0.0.0:2375
1382
+ DOCKER_HOST: tcp://docker:2375
1368
1383
  DOCKER_TLS_CERTDIR: ''
1369
1384
  DOCKER_DRIVER: overlay2
1370
1385
  DOCKER_BUILDKIT: '1'
@@ -1415,7 +1430,10 @@ api 🧪 test:
1415
1430
  interruptible: true
1416
1431
  'api 🧾 sbom | review ':
1417
1432
  stage: build
1418
- image: aquasec/trivy:0.38.3
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"
@@ -1664,7 +1682,7 @@ api 🧪 test:
1664
1682
  - --tls=false
1665
1683
  - --registry-mirror=https://mirror.gcr.io
1666
1684
  variables:
1667
- DOCKER_HOST: tcp://0.0.0.0:2375
1685
+ DOCKER_HOST: tcp://docker:2375
1668
1686
  DOCKER_TLS_CERTDIR: ''
1669
1687
  DOCKER_DRIVER: overlay2
1670
1688
  DOCKER_BUILDKIT: '1'
@@ -1715,7 +1733,10 @@ api 🧪 test:
1715
1733
  interruptible: true
1716
1734
  'api 🧾 sbom | stage ':
1717
1735
  stage: build
1718
- image: aquasec/trivy:0.38.3
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"
@@ -1951,7 +1972,7 @@ api 🧪 test:
1951
1972
  - --tls=false
1952
1973
  - --registry-mirror=https://mirror.gcr.io
1953
1974
  variables:
1954
- DOCKER_HOST: tcp://0.0.0.0:2375
1975
+ DOCKER_HOST: tcp://docker:2375
1955
1976
  DOCKER_TLS_CERTDIR: ''
1956
1977
  DOCKER_DRIVER: overlay2
1957
1978
  DOCKER_BUILDKIT: '1'
@@ -2002,7 +2023,10 @@ api 🧪 test:
2002
2023
  interruptible: true
2003
2024
  'api 🧾 sbom | prod ':
2004
2025
  stage: build
2005
- image: aquasec/trivy:0.38.3
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"
@@ -266,7 +266,7 @@ www 🧪 test:
266
266
  - --tls=false
267
267
  - --registry-mirror=https://mirror.gcr.io
268
268
  variables:
269
- DOCKER_HOST: tcp://0.0.0.0:2375
269
+ DOCKER_HOST: tcp://docker:2375
270
270
  DOCKER_TLS_CERTDIR: ''
271
271
  DOCKER_DRIVER: overlay2
272
272
  DOCKER_BUILDKIT: '1'
@@ -317,7 +317,10 @@ www 🧪 test:
317
317
  interruptible: true
318
318
  'www 🧾 sbom | dev ':
319
319
  stage: build
320
- image: aquasec/trivy:0.38.3
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"
@@ -560,7 +563,7 @@ www 🧪 test:
560
563
  - --tls=false
561
564
  - --registry-mirror=https://mirror.gcr.io
562
565
  variables:
563
- DOCKER_HOST: tcp://0.0.0.0:2375
566
+ DOCKER_HOST: tcp://docker:2375
564
567
  DOCKER_TLS_CERTDIR: ''
565
568
  DOCKER_DRIVER: overlay2
566
569
  DOCKER_BUILDKIT: '1'
@@ -611,7 +614,10 @@ www 🧪 test:
611
614
  interruptible: true
612
615
  'www 🧾 sbom | review ':
613
616
  stage: build
614
- image: aquasec/trivy:0.38.3
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"
@@ -860,7 +866,7 @@ www 🧪 test:
860
866
  - --tls=false
861
867
  - --registry-mirror=https://mirror.gcr.io
862
868
  variables:
863
- DOCKER_HOST: tcp://0.0.0.0:2375
869
+ DOCKER_HOST: tcp://docker:2375
864
870
  DOCKER_TLS_CERTDIR: ''
865
871
  DOCKER_DRIVER: overlay2
866
872
  DOCKER_BUILDKIT: '1'
@@ -911,7 +917,10 @@ www 🧪 test:
911
917
  interruptible: true
912
918
  'www 🧾 sbom | stage ':
913
919
  stage: build
914
- image: aquasec/trivy:0.38.3
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"
@@ -1147,7 +1156,7 @@ www 🧪 test:
1147
1156
  - --tls=false
1148
1157
  - --registry-mirror=https://mirror.gcr.io
1149
1158
  variables:
1150
- DOCKER_HOST: tcp://0.0.0.0:2375
1159
+ DOCKER_HOST: tcp://docker:2375
1151
1160
  DOCKER_TLS_CERTDIR: ''
1152
1161
  DOCKER_DRIVER: overlay2
1153
1162
  DOCKER_BUILDKIT: '1'
@@ -1198,7 +1207,10 @@ www 🧪 test:
1198
1207
  interruptible: true
1199
1208
  'www 🧾 sbom | prod ':
1200
1209
  stage: build
1201
- image: aquasec/trivy:0.38.3
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"
@@ -266,7 +266,7 @@ www 🧪 test:
266
266
  - --tls=false
267
267
  - --registry-mirror=https://mirror.gcr.io
268
268
  variables:
269
- DOCKER_HOST: tcp://0.0.0.0:2375
269
+ DOCKER_HOST: tcp://docker:2375
270
270
  DOCKER_TLS_CERTDIR: ''
271
271
  DOCKER_DRIVER: overlay2
272
272
  DOCKER_BUILDKIT: '1'
@@ -319,7 +319,10 @@ www 🧪 test:
319
319
  interruptible: true
320
320
  'www 🧾 sbom | dev ':
321
321
  stage: build
322
- image: aquasec/trivy:0.38.3
322
+ image:
323
+ name: aquasec/trivy:0.38.3
324
+ entrypoint:
325
+ - ''
323
326
  variables: {}
324
327
  script:
325
328
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -562,7 +565,7 @@ www 🧪 test:
562
565
  - --tls=false
563
566
  - --registry-mirror=https://mirror.gcr.io
564
567
  variables:
565
- DOCKER_HOST: tcp://0.0.0.0:2375
568
+ DOCKER_HOST: tcp://docker:2375
566
569
  DOCKER_TLS_CERTDIR: ''
567
570
  DOCKER_DRIVER: overlay2
568
571
  DOCKER_BUILDKIT: '1'
@@ -615,7 +618,10 @@ www 🧪 test:
615
618
  interruptible: true
616
619
  'www 🧾 sbom | review ':
617
620
  stage: build
618
- image: aquasec/trivy:0.38.3
621
+ image:
622
+ name: aquasec/trivy:0.38.3
623
+ entrypoint:
624
+ - ''
619
625
  variables: {}
620
626
  script:
621
627
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -864,7 +870,7 @@ www 🧪 test:
864
870
  - --tls=false
865
871
  - --registry-mirror=https://mirror.gcr.io
866
872
  variables:
867
- DOCKER_HOST: tcp://0.0.0.0:2375
873
+ DOCKER_HOST: tcp://docker:2375
868
874
  DOCKER_TLS_CERTDIR: ''
869
875
  DOCKER_DRIVER: overlay2
870
876
  DOCKER_BUILDKIT: '1'
@@ -917,7 +923,10 @@ www 🧪 test:
917
923
  interruptible: true
918
924
  'www 🧾 sbom | stage ':
919
925
  stage: build
920
- image: aquasec/trivy:0.38.3
926
+ image:
927
+ name: aquasec/trivy:0.38.3
928
+ entrypoint:
929
+ - ''
921
930
  variables: {}
922
931
  script:
923
932
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -1153,7 +1162,7 @@ www 🧪 test:
1153
1162
  - --tls=false
1154
1163
  - --registry-mirror=https://mirror.gcr.io
1155
1164
  variables:
1156
- DOCKER_HOST: tcp://0.0.0.0:2375
1165
+ DOCKER_HOST: tcp://docker:2375
1157
1166
  DOCKER_TLS_CERTDIR: ''
1158
1167
  DOCKER_DRIVER: overlay2
1159
1168
  DOCKER_BUILDKIT: '1'
@@ -1206,7 +1215,10 @@ www 🧪 test:
1206
1215
  interruptible: true
1207
1216
  'www 🧾 sbom | prod ':
1208
1217
  stage: build
1209
- image: aquasec/trivy:0.38.3
1218
+ image:
1219
+ name: aquasec/trivy:0.38.3
1220
+ entrypoint:
1221
+ - ''
1210
1222
  variables: {}
1211
1223
  script:
1212
1224
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -268,7 +268,7 @@ my-app 🧪 test:
268
268
  - --tls=false
269
269
  - --registry-mirror=https://mirror.gcr.io
270
270
  variables:
271
- DOCKER_HOST: tcp://0.0.0.0:2375
271
+ DOCKER_HOST: tcp://docker:2375
272
272
  DOCKER_TLS_CERTDIR: ''
273
273
  DOCKER_DRIVER: overlay2
274
274
  DOCKER_BUILDKIT: '1'
@@ -319,7 +319,10 @@ my-app 🧪 test:
319
319
  interruptible: true
320
320
  'my-app 🧾 sbom | dev ':
321
321
  stage: build
322
- image: aquasec/trivy:0.38.3
322
+ image:
323
+ name: aquasec/trivy:0.38.3
324
+ entrypoint:
325
+ - ''
323
326
  variables: {}
324
327
  script:
325
328
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -569,7 +572,7 @@ my-app 🧪 test:
569
572
  - --tls=false
570
573
  - --registry-mirror=https://mirror.gcr.io
571
574
  variables:
572
- DOCKER_HOST: tcp://0.0.0.0:2375
575
+ DOCKER_HOST: tcp://docker:2375
573
576
  DOCKER_TLS_CERTDIR: ''
574
577
  DOCKER_DRIVER: overlay2
575
578
  DOCKER_BUILDKIT: '1'
@@ -620,7 +623,10 @@ my-app 🧪 test:
620
623
  interruptible: true
621
624
  'my-app 🧾 sbom | review ':
622
625
  stage: build
623
- image: aquasec/trivy:0.38.3
626
+ image:
627
+ name: aquasec/trivy:0.38.3
628
+ entrypoint:
629
+ - ''
624
630
  variables: {}
625
631
  script:
626
632
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -877,7 +883,7 @@ my-app 🧪 test:
877
883
  - --tls=false
878
884
  - --registry-mirror=https://mirror.gcr.io
879
885
  variables:
880
- DOCKER_HOST: tcp://0.0.0.0:2375
886
+ DOCKER_HOST: tcp://docker:2375
881
887
  DOCKER_TLS_CERTDIR: ''
882
888
  DOCKER_DRIVER: overlay2
883
889
  DOCKER_BUILDKIT: '1'
@@ -928,7 +934,10 @@ my-app 🧪 test:
928
934
  interruptible: true
929
935
  'my-app 🧾 sbom | stage ':
930
936
  stage: build
931
- image: aquasec/trivy:0.38.3
937
+ image:
938
+ name: aquasec/trivy:0.38.3
939
+ entrypoint:
940
+ - ''
932
941
  variables: {}
933
942
  script:
934
943
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -1169,7 +1178,7 @@ my-app 🧪 test:
1169
1178
  - --tls=false
1170
1179
  - --registry-mirror=https://mirror.gcr.io
1171
1180
  variables:
1172
- DOCKER_HOST: tcp://0.0.0.0:2375
1181
+ DOCKER_HOST: tcp://docker:2375
1173
1182
  DOCKER_TLS_CERTDIR: ''
1174
1183
  DOCKER_DRIVER: overlay2
1175
1184
  DOCKER_BUILDKIT: '1'
@@ -1220,7 +1229,10 @@ my-app 🧪 test:
1220
1229
  interruptible: true
1221
1230
  'my-app 🧾 sbom | prod ':
1222
1231
  stage: build
1223
- image: aquasec/trivy:0.38.3
1232
+ image:
1233
+ name: aquasec/trivy:0.38.3
1234
+ entrypoint:
1235
+ - ''
1224
1236
  variables: {}
1225
1237
  script:
1226
1238
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -147,7 +147,7 @@ app 🧪 test:
147
147
  - --tls=false
148
148
  - --registry-mirror=https://mirror.gcr.io
149
149
  variables:
150
- DOCKER_HOST: tcp://0.0.0.0:2375
150
+ DOCKER_HOST: tcp://docker:2375
151
151
  DOCKER_TLS_CERTDIR: ''
152
152
  DOCKER_DRIVER: overlay2
153
153
  DOCKER_BUILDKIT: '1'
@@ -182,7 +182,10 @@ app 🧪 test:
182
182
  interruptible: true
183
183
  'app 🧾 sbom | dev ':
184
184
  stage: build
185
- image: aquasec/trivy:0.38.3
185
+ image:
186
+ name: aquasec/trivy:0.38.3
187
+ entrypoint:
188
+ - ''
186
189
  variables: {}
187
190
  script:
188
191
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -468,7 +471,7 @@ app 🧪 test:
468
471
  - --tls=false
469
472
  - --registry-mirror=https://mirror.gcr.io
470
473
  variables:
471
- DOCKER_HOST: tcp://0.0.0.0:2375
474
+ DOCKER_HOST: tcp://docker:2375
472
475
  DOCKER_TLS_CERTDIR: ''
473
476
  DOCKER_DRIVER: overlay2
474
477
  DOCKER_BUILDKIT: '1'
@@ -503,7 +506,10 @@ app 🧪 test:
503
506
  interruptible: true
504
507
  'app 🧾 sbom | review ':
505
508
  stage: build
506
- image: aquasec/trivy:0.38.3
509
+ image:
510
+ name: aquasec/trivy:0.38.3
511
+ entrypoint:
512
+ - ''
507
513
  variables: {}
508
514
  script:
509
515
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -795,7 +801,7 @@ app 🧪 test:
795
801
  - --tls=false
796
802
  - --registry-mirror=https://mirror.gcr.io
797
803
  variables:
798
- DOCKER_HOST: tcp://0.0.0.0:2375
804
+ DOCKER_HOST: tcp://docker:2375
799
805
  DOCKER_TLS_CERTDIR: ''
800
806
  DOCKER_DRIVER: overlay2
801
807
  DOCKER_BUILDKIT: '1'
@@ -830,7 +836,10 @@ app 🧪 test:
830
836
  interruptible: true
831
837
  'app 🧾 sbom | stage ':
832
838
  stage: build
833
- image: aquasec/trivy:0.38.3
839
+ image:
840
+ name: aquasec/trivy:0.38.3
841
+ entrypoint:
842
+ - ''
834
843
  variables: {}
835
844
  script:
836
845
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -1109,7 +1118,7 @@ app 🧪 test:
1109
1118
  - --tls=false
1110
1119
  - --registry-mirror=https://mirror.gcr.io
1111
1120
  variables:
1112
- DOCKER_HOST: tcp://0.0.0.0:2375
1121
+ DOCKER_HOST: tcp://docker:2375
1113
1122
  DOCKER_TLS_CERTDIR: ''
1114
1123
  DOCKER_DRIVER: overlay2
1115
1124
  DOCKER_BUILDKIT: '1'
@@ -1144,7 +1153,10 @@ app 🧪 test:
1144
1153
  interruptible: true
1145
1154
  'app 🧾 sbom | prod ':
1146
1155
  stage: build
1147
- image: aquasec/trivy:0.38.3
1156
+ image:
1157
+ name: aquasec/trivy:0.38.3
1158
+ entrypoint:
1159
+ - ''
1148
1160
  variables: {}
1149
1161
  script:
1150
1162
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -147,7 +147,7 @@ app 🧪 test:
147
147
  - --tls=false
148
148
  - --registry-mirror=https://mirror.gcr.io
149
149
  variables:
150
- DOCKER_HOST: tcp://0.0.0.0:2375
150
+ DOCKER_HOST: tcp://docker:2375
151
151
  DOCKER_TLS_CERTDIR: ''
152
152
  DOCKER_DRIVER: overlay2
153
153
  DOCKER_BUILDKIT: '1'
@@ -178,7 +178,10 @@ app 🧪 test:
178
178
  interruptible: true
179
179
  'app 🧾 sbom | dev ':
180
180
  stage: build
181
- image: aquasec/trivy:0.38.3
181
+ image:
182
+ name: aquasec/trivy:0.38.3
183
+ entrypoint:
184
+ - ''
182
185
  variables: {}
183
186
  script:
184
187
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -464,7 +467,7 @@ app 🧪 test:
464
467
  - --tls=false
465
468
  - --registry-mirror=https://mirror.gcr.io
466
469
  variables:
467
- DOCKER_HOST: tcp://0.0.0.0:2375
470
+ DOCKER_HOST: tcp://docker:2375
468
471
  DOCKER_TLS_CERTDIR: ''
469
472
  DOCKER_DRIVER: overlay2
470
473
  DOCKER_BUILDKIT: '1'
@@ -495,7 +498,10 @@ app 🧪 test:
495
498
  interruptible: true
496
499
  'app 🧾 sbom | review ':
497
500
  stage: build
498
- image: aquasec/trivy:0.38.3
501
+ image:
502
+ name: aquasec/trivy:0.38.3
503
+ entrypoint:
504
+ - ''
499
505
  variables: {}
500
506
  script:
501
507
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -787,7 +793,7 @@ app 🧪 test:
787
793
  - --tls=false
788
794
  - --registry-mirror=https://mirror.gcr.io
789
795
  variables:
790
- DOCKER_HOST: tcp://0.0.0.0:2375
796
+ DOCKER_HOST: tcp://docker:2375
791
797
  DOCKER_TLS_CERTDIR: ''
792
798
  DOCKER_DRIVER: overlay2
793
799
  DOCKER_BUILDKIT: '1'
@@ -818,7 +824,10 @@ app 🧪 test:
818
824
  interruptible: true
819
825
  'app 🧾 sbom | stage ':
820
826
  stage: build
821
- image: aquasec/trivy:0.38.3
827
+ image:
828
+ name: aquasec/trivy:0.38.3
829
+ entrypoint:
830
+ - ''
822
831
  variables: {}
823
832
  script:
824
833
  - collapseable_section_start "injectvars" "Injecting variables"
@@ -1097,7 +1106,7 @@ app 🧪 test:
1097
1106
  - --tls=false
1098
1107
  - --registry-mirror=https://mirror.gcr.io
1099
1108
  variables:
1100
- DOCKER_HOST: tcp://0.0.0.0:2375
1109
+ DOCKER_HOST: tcp://docker:2375
1101
1110
  DOCKER_TLS_CERTDIR: ''
1102
1111
  DOCKER_DRIVER: overlay2
1103
1112
  DOCKER_BUILDKIT: '1'
@@ -1128,7 +1137,10 @@ app 🧪 test:
1128
1137
  interruptible: true
1129
1138
  'app 🧾 sbom | prod ':
1130
1139
  stage: build
1131
- image: aquasec/trivy:0.38.3
1140
+ image:
1141
+ name: aquasec/trivy:0.38.3
1142
+ entrypoint:
1143
+ - ''
1132
1144
  variables: {}
1133
1145
  script:
1134
1146
  - collapseable_section_start "injectvars" "Injecting variables"