@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 @@ www 🧪 test:
|
|
|
319
319
|
interruptible: true
|
|
320
320
|
'www 🧾 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"
|
|
@@ -615,7 +618,10 @@ www 🧪 test:
|
|
|
615
618
|
interruptible: true
|
|
616
619
|
'www 🧾 sbom | review ':
|
|
617
620
|
stage: build
|
|
618
|
-
image:
|
|
621
|
+
image:
|
|
622
|
+
name: aquasec/trivy:0.58.2
|
|
623
|
+
entrypoint:
|
|
624
|
+
- ''
|
|
619
625
|
variables: {}
|
|
620
626
|
script:
|
|
621
627
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -917,7 +923,10 @@ www 🧪 test:
|
|
|
917
923
|
interruptible: true
|
|
918
924
|
'www 🧾 sbom | stage ':
|
|
919
925
|
stage: build
|
|
920
|
-
image:
|
|
926
|
+
image:
|
|
927
|
+
name: aquasec/trivy:0.58.2
|
|
928
|
+
entrypoint:
|
|
929
|
+
- ''
|
|
921
930
|
variables: {}
|
|
922
931
|
script:
|
|
923
932
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1206,7 +1215,10 @@ www 🧪 test:
|
|
|
1206
1215
|
interruptible: true
|
|
1207
1216
|
'www 🧾 sbom | prod ':
|
|
1208
1217
|
stage: build
|
|
1209
|
-
image:
|
|
1218
|
+
image:
|
|
1219
|
+
name: aquasec/trivy:0.58.2
|
|
1220
|
+
entrypoint:
|
|
1221
|
+
- ''
|
|
1210
1222
|
variables: {}
|
|
1211
1223
|
script:
|
|
1212
1224
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -319,7 +319,10 @@ my-app 🧪 test:
|
|
|
319
319
|
interruptible: true
|
|
320
320
|
'my-app 🧾 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"
|
|
@@ -620,7 +623,10 @@ my-app 🧪 test:
|
|
|
620
623
|
interruptible: true
|
|
621
624
|
'my-app 🧾 sbom | review ':
|
|
622
625
|
stage: build
|
|
623
|
-
image:
|
|
626
|
+
image:
|
|
627
|
+
name: aquasec/trivy:0.58.2
|
|
628
|
+
entrypoint:
|
|
629
|
+
- ''
|
|
624
630
|
variables: {}
|
|
625
631
|
script:
|
|
626
632
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -928,7 +934,10 @@ my-app 🧪 test:
|
|
|
928
934
|
interruptible: true
|
|
929
935
|
'my-app 🧾 sbom | stage ':
|
|
930
936
|
stage: build
|
|
931
|
-
image:
|
|
937
|
+
image:
|
|
938
|
+
name: aquasec/trivy:0.58.2
|
|
939
|
+
entrypoint:
|
|
940
|
+
- ''
|
|
932
941
|
variables: {}
|
|
933
942
|
script:
|
|
934
943
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1220,7 +1229,10 @@ my-app 🧪 test:
|
|
|
1220
1229
|
interruptible: true
|
|
1221
1230
|
'my-app 🧾 sbom | prod ':
|
|
1222
1231
|
stage: build
|
|
1223
|
-
image:
|
|
1232
|
+
image:
|
|
1233
|
+
name: aquasec/trivy:0.58.2
|
|
1234
|
+
entrypoint:
|
|
1235
|
+
- ''
|
|
1224
1236
|
variables: {}
|
|
1225
1237
|
script:
|
|
1226
1238
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -182,7 +182,10 @@ app 🧪 test:
|
|
|
182
182
|
interruptible: true
|
|
183
183
|
'app 🧾 sbom | dev ':
|
|
184
184
|
stage: build
|
|
185
|
-
image:
|
|
185
|
+
image:
|
|
186
|
+
name: aquasec/trivy:0.58.2
|
|
187
|
+
entrypoint:
|
|
188
|
+
- ''
|
|
186
189
|
variables: {}
|
|
187
190
|
script:
|
|
188
191
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -503,7 +506,10 @@ app 🧪 test:
|
|
|
503
506
|
interruptible: true
|
|
504
507
|
'app 🧾 sbom | review ':
|
|
505
508
|
stage: build
|
|
506
|
-
image:
|
|
509
|
+
image:
|
|
510
|
+
name: aquasec/trivy:0.58.2
|
|
511
|
+
entrypoint:
|
|
512
|
+
- ''
|
|
507
513
|
variables: {}
|
|
508
514
|
script:
|
|
509
515
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -830,7 +836,10 @@ app 🧪 test:
|
|
|
830
836
|
interruptible: true
|
|
831
837
|
'app 🧾 sbom | stage ':
|
|
832
838
|
stage: build
|
|
833
|
-
image:
|
|
839
|
+
image:
|
|
840
|
+
name: aquasec/trivy:0.58.2
|
|
841
|
+
entrypoint:
|
|
842
|
+
- ''
|
|
834
843
|
variables: {}
|
|
835
844
|
script:
|
|
836
845
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1144,7 +1153,10 @@ app 🧪 test:
|
|
|
1144
1153
|
interruptible: true
|
|
1145
1154
|
'app 🧾 sbom | prod ':
|
|
1146
1155
|
stage: build
|
|
1147
|
-
image:
|
|
1156
|
+
image:
|
|
1157
|
+
name: aquasec/trivy:0.58.2
|
|
1158
|
+
entrypoint:
|
|
1159
|
+
- ''
|
|
1148
1160
|
variables: {}
|
|
1149
1161
|
script:
|
|
1150
1162
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -178,7 +178,10 @@ app 🧪 test:
|
|
|
178
178
|
interruptible: true
|
|
179
179
|
'app 🧾 sbom | dev ':
|
|
180
180
|
stage: build
|
|
181
|
-
image:
|
|
181
|
+
image:
|
|
182
|
+
name: aquasec/trivy:0.58.2
|
|
183
|
+
entrypoint:
|
|
184
|
+
- ''
|
|
182
185
|
variables: {}
|
|
183
186
|
script:
|
|
184
187
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -495,7 +498,10 @@ app 🧪 test:
|
|
|
495
498
|
interruptible: true
|
|
496
499
|
'app 🧾 sbom | review ':
|
|
497
500
|
stage: build
|
|
498
|
-
image:
|
|
501
|
+
image:
|
|
502
|
+
name: aquasec/trivy:0.58.2
|
|
503
|
+
entrypoint:
|
|
504
|
+
- ''
|
|
499
505
|
variables: {}
|
|
500
506
|
script:
|
|
501
507
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -818,7 +824,10 @@ app 🧪 test:
|
|
|
818
824
|
interruptible: true
|
|
819
825
|
'app 🧾 sbom | stage ':
|
|
820
826
|
stage: build
|
|
821
|
-
image:
|
|
827
|
+
image:
|
|
828
|
+
name: aquasec/trivy:0.58.2
|
|
829
|
+
entrypoint:
|
|
830
|
+
- ''
|
|
822
831
|
variables: {}
|
|
823
832
|
script:
|
|
824
833
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1128,7 +1137,10 @@ app 🧪 test:
|
|
|
1128
1137
|
interruptible: true
|
|
1129
1138
|
'app 🧾 sbom | prod ':
|
|
1130
1139
|
stage: build
|
|
1131
|
-
image:
|
|
1140
|
+
image:
|
|
1141
|
+
name: aquasec/trivy:0.58.2
|
|
1142
|
+
entrypoint:
|
|
1143
|
+
- ''
|
|
1132
1144
|
variables: {}
|
|
1133
1145
|
script:
|
|
1134
1146
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -327,7 +327,10 @@ app1 🧪 test:
|
|
|
327
327
|
interruptible: true
|
|
328
328
|
'app1 🧾 sbom | dev ':
|
|
329
329
|
stage: build
|
|
330
|
-
image:
|
|
330
|
+
image:
|
|
331
|
+
name: aquasec/trivy:0.58.2
|
|
332
|
+
entrypoint:
|
|
333
|
+
- ''
|
|
331
334
|
variables: {}
|
|
332
335
|
script:
|
|
333
336
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -646,7 +649,10 @@ app1 🧪 test:
|
|
|
646
649
|
interruptible: true
|
|
647
650
|
'app1 🧾 sbom | review ':
|
|
648
651
|
stage: build
|
|
649
|
-
image:
|
|
652
|
+
image:
|
|
653
|
+
name: aquasec/trivy:0.58.2
|
|
654
|
+
entrypoint:
|
|
655
|
+
- ''
|
|
650
656
|
variables: {}
|
|
651
657
|
script:
|
|
652
658
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -971,7 +977,10 @@ app1 🧪 test:
|
|
|
971
977
|
interruptible: true
|
|
972
978
|
'app1 🧾 sbom | stage ':
|
|
973
979
|
stage: build
|
|
974
|
-
image:
|
|
980
|
+
image:
|
|
981
|
+
name: aquasec/trivy:0.58.2
|
|
982
|
+
entrypoint:
|
|
983
|
+
- ''
|
|
975
984
|
variables: {}
|
|
976
985
|
script:
|
|
977
986
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1283,7 +1292,10 @@ app1 🧪 test:
|
|
|
1283
1292
|
interruptible: true
|
|
1284
1293
|
'app1 🧾 sbom | prod ':
|
|
1285
1294
|
stage: build
|
|
1286
|
-
image:
|
|
1295
|
+
image:
|
|
1296
|
+
name: aquasec/trivy:0.58.2
|
|
1297
|
+
entrypoint:
|
|
1298
|
+
- ''
|
|
1287
1299
|
variables: {}
|
|
1288
1300
|
script:
|
|
1289
1301
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1697,7 +1709,10 @@ app2 🧪 test:
|
|
|
1697
1709
|
interruptible: true
|
|
1698
1710
|
'app2 🧾 sbom | dev ':
|
|
1699
1711
|
stage: build
|
|
1700
|
-
image:
|
|
1712
|
+
image:
|
|
1713
|
+
name: aquasec/trivy:0.58.2
|
|
1714
|
+
entrypoint:
|
|
1715
|
+
- ''
|
|
1701
1716
|
variables: {}
|
|
1702
1717
|
script:
|
|
1703
1718
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2026,7 +2041,10 @@ app2 🧪 test:
|
|
|
2026
2041
|
interruptible: true
|
|
2027
2042
|
'app2 🧾 sbom | review ':
|
|
2028
2043
|
stage: build
|
|
2029
|
-
image:
|
|
2044
|
+
image:
|
|
2045
|
+
name: aquasec/trivy:0.58.2
|
|
2046
|
+
entrypoint:
|
|
2047
|
+
- ''
|
|
2030
2048
|
variables: {}
|
|
2031
2049
|
script:
|
|
2032
2050
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2361,7 +2379,10 @@ app2 🧪 test:
|
|
|
2361
2379
|
interruptible: true
|
|
2362
2380
|
'app2 🧾 sbom | stage ':
|
|
2363
2381
|
stage: build
|
|
2364
|
-
image:
|
|
2382
|
+
image:
|
|
2383
|
+
name: aquasec/trivy:0.58.2
|
|
2384
|
+
entrypoint:
|
|
2385
|
+
- ''
|
|
2365
2386
|
variables: {}
|
|
2366
2387
|
script:
|
|
2367
2388
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2683,7 +2704,10 @@ app2 🧪 test:
|
|
|
2683
2704
|
interruptible: true
|
|
2684
2705
|
'app2 🧾 sbom | prod ':
|
|
2685
2706
|
stage: build
|
|
2686
|
-
image:
|
|
2707
|
+
image:
|
|
2708
|
+
name: aquasec/trivy:0.58.2
|
|
2709
|
+
entrypoint:
|
|
2710
|
+
- ''
|
|
2687
2711
|
variables: {}
|
|
2688
2712
|
script:
|
|
2689
2713
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -3097,7 +3121,10 @@ app3 🧪 test:
|
|
|
3097
3121
|
interruptible: true
|
|
3098
3122
|
'app3 🧾 sbom | dev ':
|
|
3099
3123
|
stage: build
|
|
3100
|
-
image:
|
|
3124
|
+
image:
|
|
3125
|
+
name: aquasec/trivy:0.58.2
|
|
3126
|
+
entrypoint:
|
|
3127
|
+
- ''
|
|
3101
3128
|
variables: {}
|
|
3102
3129
|
script:
|
|
3103
3130
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -3506,7 +3533,10 @@ app3 🧪 test:
|
|
|
3506
3533
|
interruptible: true
|
|
3507
3534
|
'app3 🧾 sbom | review ':
|
|
3508
3535
|
stage: build
|
|
3509
|
-
image:
|
|
3536
|
+
image:
|
|
3537
|
+
name: aquasec/trivy:0.58.2
|
|
3538
|
+
entrypoint:
|
|
3539
|
+
- ''
|
|
3510
3540
|
variables: {}
|
|
3511
3541
|
script:
|
|
3512
3542
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -3916,7 +3946,10 @@ app3 🧪 test:
|
|
|
3916
3946
|
interruptible: true
|
|
3917
3947
|
'app3 🧾 sbom | stage ':
|
|
3918
3948
|
stage: build
|
|
3919
|
-
image:
|
|
3949
|
+
image:
|
|
3950
|
+
name: aquasec/trivy:0.58.2
|
|
3951
|
+
entrypoint:
|
|
3952
|
+
- ''
|
|
3920
3953
|
variables: {}
|
|
3921
3954
|
script:
|
|
3922
3955
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -4318,7 +4351,10 @@ app3 🧪 test:
|
|
|
4318
4351
|
interruptible: true
|
|
4319
4352
|
'app3 🧾 sbom | prod ':
|
|
4320
4353
|
stage: build
|
|
4321
|
-
image:
|
|
4354
|
+
image:
|
|
4355
|
+
name: aquasec/trivy:0.58.2
|
|
4356
|
+
entrypoint:
|
|
4357
|
+
- ''
|
|
4322
4358
|
variables: {}
|
|
4323
4359
|
script:
|
|
4324
4360
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -251,7 +251,10 @@ api 🧪 test:
|
|
|
251
251
|
interruptible: true
|
|
252
252
|
'api 🧾 sbom | dev ':
|
|
253
253
|
stage: build
|
|
254
|
-
image:
|
|
254
|
+
image:
|
|
255
|
+
name: aquasec/trivy:0.58.2
|
|
256
|
+
entrypoint:
|
|
257
|
+
- ''
|
|
255
258
|
variables: {}
|
|
256
259
|
script:
|
|
257
260
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -389,7 +392,10 @@ api 🧪 test:
|
|
|
389
392
|
interruptible: true
|
|
390
393
|
'api 🧾 sbom | review ':
|
|
391
394
|
stage: build
|
|
392
|
-
image:
|
|
395
|
+
image:
|
|
396
|
+
name: aquasec/trivy:0.58.2
|
|
397
|
+
entrypoint:
|
|
398
|
+
- ''
|
|
393
399
|
variables: {}
|
|
394
400
|
script:
|
|
395
401
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -527,7 +533,10 @@ api 🧪 test:
|
|
|
527
533
|
interruptible: true
|
|
528
534
|
'api 🧾 sbom | stage ':
|
|
529
535
|
stage: build
|
|
530
|
-
image:
|
|
536
|
+
image:
|
|
537
|
+
name: aquasec/trivy:0.58.2
|
|
538
|
+
entrypoint:
|
|
539
|
+
- ''
|
|
531
540
|
variables: {}
|
|
532
541
|
script:
|
|
533
542
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -659,7 +668,10 @@ api 🧪 test:
|
|
|
659
668
|
interruptible: true
|
|
660
669
|
'api 🧾 sbom | prod ':
|
|
661
670
|
stage: build
|
|
662
|
-
image:
|
|
671
|
+
image:
|
|
672
|
+
name: aquasec/trivy:0.58.2
|
|
673
|
+
entrypoint:
|
|
674
|
+
- ''
|
|
663
675
|
variables: {}
|
|
664
676
|
script:
|
|
665
677
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -889,7 +901,10 @@ www 🧪 test:
|
|
|
889
901
|
interruptible: true
|
|
890
902
|
'www 🧾 sbom | dev ':
|
|
891
903
|
stage: build
|
|
892
|
-
image:
|
|
904
|
+
image:
|
|
905
|
+
name: aquasec/trivy:0.58.2
|
|
906
|
+
entrypoint:
|
|
907
|
+
- ''
|
|
893
908
|
variables: {}
|
|
894
909
|
script:
|
|
895
910
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1029,7 +1044,10 @@ www 🧪 test:
|
|
|
1029
1044
|
interruptible: true
|
|
1030
1045
|
'www 🧾 sbom | review ':
|
|
1031
1046
|
stage: build
|
|
1032
|
-
image:
|
|
1047
|
+
image:
|
|
1048
|
+
name: aquasec/trivy:0.58.2
|
|
1049
|
+
entrypoint:
|
|
1050
|
+
- ''
|
|
1033
1051
|
variables: {}
|
|
1034
1052
|
script:
|
|
1035
1053
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1169,7 +1187,10 @@ www 🧪 test:
|
|
|
1169
1187
|
interruptible: true
|
|
1170
1188
|
'www 🧾 sbom | stage ':
|
|
1171
1189
|
stage: build
|
|
1172
|
-
image:
|
|
1190
|
+
image:
|
|
1191
|
+
name: aquasec/trivy:0.58.2
|
|
1192
|
+
entrypoint:
|
|
1193
|
+
- ''
|
|
1173
1194
|
variables: {}
|
|
1174
1195
|
script:
|
|
1175
1196
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1303,7 +1324,10 @@ www 🧪 test:
|
|
|
1303
1324
|
interruptible: true
|
|
1304
1325
|
'www 🧾 sbom | prod ':
|
|
1305
1326
|
stage: build
|
|
1306
|
-
image:
|
|
1327
|
+
image:
|
|
1328
|
+
name: aquasec/trivy:0.58.2
|
|
1329
|
+
entrypoint:
|
|
1330
|
+
- ''
|
|
1307
1331
|
variables: {}
|
|
1308
1332
|
script:
|
|
1309
1333
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -598,7 +598,10 @@ before_script:
|
|
|
598
598
|
interruptible: true
|
|
599
599
|
'🔹 api 🧾 sbom | dev ':
|
|
600
600
|
stage: build
|
|
601
|
-
image:
|
|
601
|
+
image:
|
|
602
|
+
name: aquasec/trivy:0.58.2
|
|
603
|
+
entrypoint:
|
|
604
|
+
- ''
|
|
602
605
|
variables: {}
|
|
603
606
|
script:
|
|
604
607
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -811,7 +814,10 @@ before_script:
|
|
|
811
814
|
interruptible: true
|
|
812
815
|
'🔹 api 🧾 sbom | review ':
|
|
813
816
|
stage: build
|
|
814
|
-
image:
|
|
817
|
+
image:
|
|
818
|
+
name: aquasec/trivy:0.58.2
|
|
819
|
+
entrypoint:
|
|
820
|
+
- ''
|
|
815
821
|
variables: {}
|
|
816
822
|
script:
|
|
817
823
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1030,7 +1036,10 @@ before_script:
|
|
|
1030
1036
|
interruptible: true
|
|
1031
1037
|
'🔹 api 🧾 sbom | stage ':
|
|
1032
1038
|
stage: build
|
|
1033
|
-
image:
|
|
1039
|
+
image:
|
|
1040
|
+
name: aquasec/trivy:0.58.2
|
|
1041
|
+
entrypoint:
|
|
1042
|
+
- ''
|
|
1034
1043
|
variables: {}
|
|
1035
1044
|
script:
|
|
1036
1045
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1236,7 +1245,10 @@ before_script:
|
|
|
1236
1245
|
interruptible: true
|
|
1237
1246
|
'🔹 api 🧾 sbom | prod ':
|
|
1238
1247
|
stage: build
|
|
1239
|
-
image:
|
|
1248
|
+
image:
|
|
1249
|
+
name: aquasec/trivy:0.58.2
|
|
1250
|
+
entrypoint:
|
|
1251
|
+
- ''
|
|
1240
1252
|
variables: {}
|
|
1241
1253
|
script:
|
|
1242
1254
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1442,7 +1454,10 @@ before_script:
|
|
|
1442
1454
|
interruptible: true
|
|
1443
1455
|
'🔹 www 🧾 sbom | dev ':
|
|
1444
1456
|
stage: build
|
|
1445
|
-
image:
|
|
1457
|
+
image:
|
|
1458
|
+
name: aquasec/trivy:0.58.2
|
|
1459
|
+
entrypoint:
|
|
1460
|
+
- ''
|
|
1446
1461
|
variables: {}
|
|
1447
1462
|
script:
|
|
1448
1463
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1658,7 +1673,10 @@ before_script:
|
|
|
1658
1673
|
interruptible: true
|
|
1659
1674
|
'🔹 www 🧾 sbom | review ':
|
|
1660
1675
|
stage: build
|
|
1661
|
-
image:
|
|
1676
|
+
image:
|
|
1677
|
+
name: aquasec/trivy:0.58.2
|
|
1678
|
+
entrypoint:
|
|
1679
|
+
- ''
|
|
1662
1680
|
variables: {}
|
|
1663
1681
|
script:
|
|
1664
1682
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1880,7 +1898,10 @@ before_script:
|
|
|
1880
1898
|
interruptible: true
|
|
1881
1899
|
'🔹 www 🧾 sbom | stage ':
|
|
1882
1900
|
stage: build
|
|
1883
|
-
image:
|
|
1901
|
+
image:
|
|
1902
|
+
name: aquasec/trivy:0.58.2
|
|
1903
|
+
entrypoint:
|
|
1904
|
+
- ''
|
|
1884
1905
|
variables: {}
|
|
1885
1906
|
script:
|
|
1886
1907
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2089,7 +2110,10 @@ before_script:
|
|
|
2089
2110
|
interruptible: true
|
|
2090
2111
|
'🔹 www 🧾 sbom | prod ':
|
|
2091
2112
|
stage: build
|
|
2092
|
-
image:
|
|
2113
|
+
image:
|
|
2114
|
+
name: aquasec/trivy:0.58.2
|
|
2115
|
+
entrypoint:
|
|
2116
|
+
- ''
|
|
2093
2117
|
variables: {}
|
|
2094
2118
|
script:
|
|
2095
2119
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -590,7 +590,10 @@ before_script:
|
|
|
590
590
|
interruptible: true
|
|
591
591
|
'🔹 api 🧾 sbom | dev ':
|
|
592
592
|
stage: build
|
|
593
|
-
image:
|
|
593
|
+
image:
|
|
594
|
+
name: aquasec/trivy:0.58.2
|
|
595
|
+
entrypoint:
|
|
596
|
+
- ''
|
|
594
597
|
variables: {}
|
|
595
598
|
script:
|
|
596
599
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -803,7 +806,10 @@ before_script:
|
|
|
803
806
|
interruptible: true
|
|
804
807
|
'🔹 api 🧾 sbom | review ':
|
|
805
808
|
stage: build
|
|
806
|
-
image:
|
|
809
|
+
image:
|
|
810
|
+
name: aquasec/trivy:0.58.2
|
|
811
|
+
entrypoint:
|
|
812
|
+
- ''
|
|
807
813
|
variables: {}
|
|
808
814
|
script:
|
|
809
815
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1022,7 +1028,10 @@ before_script:
|
|
|
1022
1028
|
interruptible: true
|
|
1023
1029
|
'🔹 api 🧾 sbom | stage ':
|
|
1024
1030
|
stage: build
|
|
1025
|
-
image:
|
|
1031
|
+
image:
|
|
1032
|
+
name: aquasec/trivy:0.58.2
|
|
1033
|
+
entrypoint:
|
|
1034
|
+
- ''
|
|
1026
1035
|
variables: {}
|
|
1027
1036
|
script:
|
|
1028
1037
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1228,7 +1237,10 @@ before_script:
|
|
|
1228
1237
|
interruptible: true
|
|
1229
1238
|
'🔹 api 🧾 sbom | prod ':
|
|
1230
1239
|
stage: build
|
|
1231
|
-
image:
|
|
1240
|
+
image:
|
|
1241
|
+
name: aquasec/trivy:0.58.2
|
|
1242
|
+
entrypoint:
|
|
1243
|
+
- ''
|
|
1232
1244
|
variables: {}
|
|
1233
1245
|
script:
|
|
1234
1246
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1434,7 +1446,10 @@ before_script:
|
|
|
1434
1446
|
interruptible: true
|
|
1435
1447
|
'🔹 www 🧾 sbom | dev ':
|
|
1436
1448
|
stage: build
|
|
1437
|
-
image:
|
|
1449
|
+
image:
|
|
1450
|
+
name: aquasec/trivy:0.58.2
|
|
1451
|
+
entrypoint:
|
|
1452
|
+
- ''
|
|
1438
1453
|
variables: {}
|
|
1439
1454
|
script:
|
|
1440
1455
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1650,7 +1665,10 @@ before_script:
|
|
|
1650
1665
|
interruptible: true
|
|
1651
1666
|
'🔹 www 🧾 sbom | review ':
|
|
1652
1667
|
stage: build
|
|
1653
|
-
image:
|
|
1668
|
+
image:
|
|
1669
|
+
name: aquasec/trivy:0.58.2
|
|
1670
|
+
entrypoint:
|
|
1671
|
+
- ''
|
|
1654
1672
|
variables: {}
|
|
1655
1673
|
script:
|
|
1656
1674
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1872,7 +1890,10 @@ before_script:
|
|
|
1872
1890
|
interruptible: true
|
|
1873
1891
|
'🔹 www 🧾 sbom | stage ':
|
|
1874
1892
|
stage: build
|
|
1875
|
-
image:
|
|
1893
|
+
image:
|
|
1894
|
+
name: aquasec/trivy:0.58.2
|
|
1895
|
+
entrypoint:
|
|
1896
|
+
- ''
|
|
1876
1897
|
variables: {}
|
|
1877
1898
|
script:
|
|
1878
1899
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -2081,7 +2102,10 @@ before_script:
|
|
|
2081
2102
|
interruptible: true
|
|
2082
2103
|
'🔹 www 🧾 sbom | prod ':
|
|
2083
2104
|
stage: build
|
|
2084
|
-
image:
|
|
2105
|
+
image:
|
|
2106
|
+
name: aquasec/trivy:0.58.2
|
|
2107
|
+
entrypoint:
|
|
2108
|
+
- ''
|
|
2085
2109
|
variables: {}
|
|
2086
2110
|
script:
|
|
2087
2111
|
- collapseable_section_start "injectvars" "Injecting variables"
|
package/package.json
CHANGED
package/src/build/sbom.ts
CHANGED
|
@@ -11,7 +11,10 @@ export const createSbomBuildJob = (
|
|
|
11
11
|
): CatladderJob => {
|
|
12
12
|
const buildConfig = context.build.config;
|
|
13
13
|
|
|
14
|
-
const defaultImage =
|
|
14
|
+
const defaultImage = {
|
|
15
|
+
name: "aquasec/trivy:0.58.2",
|
|
16
|
+
entrypoint: [""],
|
|
17
|
+
};
|
|
15
18
|
const defaultScript = [
|
|
16
19
|
`trivy fs --quiet --format cyclonedx --output "${SBOM_FILE}" ${
|
|
17
20
|
context.packageManagerInfo.componentIsInWorkspace
|