@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
|
@@ -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"
|
|
@@ -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"
|
|
@@ -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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
1212
|
+
entrypoint:
|
|
1213
|
+
- ''
|
|
1202
1214
|
variables: {}
|
|
1203
1215
|
script:
|
|
1204
1216
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -315,7 +315,10 @@ web 🧪 test:
|
|
|
315
315
|
interruptible: true
|
|
316
316
|
'web 🧾 sbom | dev ':
|
|
317
317
|
stage: build
|
|
318
|
-
image:
|
|
318
|
+
image:
|
|
319
|
+
name: aquasec/trivy:0.38.3
|
|
320
|
+
entrypoint:
|
|
321
|
+
- ''
|
|
319
322
|
variables: {}
|
|
320
323
|
script:
|
|
321
324
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -609,7 +612,10 @@ web 🧪 test:
|
|
|
609
612
|
interruptible: true
|
|
610
613
|
'web 🧾 sbom | review ':
|
|
611
614
|
stage: build
|
|
612
|
-
image:
|
|
615
|
+
image:
|
|
616
|
+
name: aquasec/trivy:0.38.3
|
|
617
|
+
entrypoint:
|
|
618
|
+
- ''
|
|
613
619
|
variables: {}
|
|
614
620
|
script:
|
|
615
621
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -909,7 +915,10 @@ web 🧪 test:
|
|
|
909
915
|
interruptible: true
|
|
910
916
|
'web 🧾 sbom | stage ':
|
|
911
917
|
stage: build
|
|
912
|
-
image:
|
|
918
|
+
image:
|
|
919
|
+
name: aquasec/trivy:0.38.3
|
|
920
|
+
entrypoint:
|
|
921
|
+
- ''
|
|
913
922
|
variables: {}
|
|
914
923
|
script:
|
|
915
924
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1196,7 +1205,10 @@ web 🧪 test:
|
|
|
1196
1205
|
interruptible: true
|
|
1197
1206
|
'web 🧾 sbom | prod ':
|
|
1198
1207
|
stage: build
|
|
1199
|
-
image:
|
|
1208
|
+
image:
|
|
1209
|
+
name: aquasec/trivy:0.38.3
|
|
1210
|
+
entrypoint:
|
|
1211
|
+
- ''
|
|
1200
1212
|
variables: {}
|
|
1201
1213
|
script:
|
|
1202
1214
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -321,7 +321,10 @@ www 🧪 test:
|
|
|
321
321
|
interruptible: true
|
|
322
322
|
'www 🧾 sbom | dev ':
|
|
323
323
|
stage: build
|
|
324
|
-
image:
|
|
324
|
+
image:
|
|
325
|
+
name: aquasec/trivy:0.38.3
|
|
326
|
+
entrypoint:
|
|
327
|
+
- ''
|
|
325
328
|
variables: {}
|
|
326
329
|
script:
|
|
327
330
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -619,7 +622,10 @@ www 🧪 test:
|
|
|
619
622
|
interruptible: true
|
|
620
623
|
'www 🧾 sbom | review ':
|
|
621
624
|
stage: build
|
|
622
|
-
image:
|
|
625
|
+
image:
|
|
626
|
+
name: aquasec/trivy:0.38.3
|
|
627
|
+
entrypoint:
|
|
628
|
+
- ''
|
|
623
629
|
variables: {}
|
|
624
630
|
script:
|
|
625
631
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -923,7 +929,10 @@ www 🧪 test:
|
|
|
923
929
|
interruptible: true
|
|
924
930
|
'www 🧾 sbom | stage ':
|
|
925
931
|
stage: build
|
|
926
|
-
image:
|
|
932
|
+
image:
|
|
933
|
+
name: aquasec/trivy:0.38.3
|
|
934
|
+
entrypoint:
|
|
935
|
+
- ''
|
|
927
936
|
variables: {}
|
|
928
937
|
script:
|
|
929
938
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1214,7 +1223,10 @@ www 🧪 test:
|
|
|
1214
1223
|
interruptible: true
|
|
1215
1224
|
'www 🧾 sbom | prod ':
|
|
1216
1225
|
stage: build
|
|
1217
|
-
image:
|
|
1226
|
+
image:
|
|
1227
|
+
name: aquasec/trivy:0.38.3
|
|
1228
|
+
entrypoint:
|
|
1229
|
+
- ''
|
|
1218
1230
|
variables: {}
|
|
1219
1231
|
script:
|
|
1220
1232
|
- 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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
1212
|
+
entrypoint:
|
|
1213
|
+
- ''
|
|
1202
1214
|
variables: {}
|
|
1203
1215
|
script:
|
|
1204
1216
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -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.38.3
|
|
324
|
+
entrypoint:
|
|
325
|
+
- ''
|
|
323
326
|
variables: {}
|
|
324
327
|
script:
|
|
325
328
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -640,7 +643,10 @@ api 🧪 test:
|
|
|
640
643
|
interruptible: true
|
|
641
644
|
'api 🧾 sbom | review ':
|
|
642
645
|
stage: build
|
|
643
|
-
image:
|
|
646
|
+
image:
|
|
647
|
+
name: aquasec/trivy:0.38.3
|
|
648
|
+
entrypoint:
|
|
649
|
+
- ''
|
|
644
650
|
variables: {}
|
|
645
651
|
script:
|
|
646
652
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -967,7 +973,10 @@ api 🧪 test:
|
|
|
967
973
|
interruptible: true
|
|
968
974
|
'api 🧾 sbom | stage ':
|
|
969
975
|
stage: build
|
|
970
|
-
image:
|
|
976
|
+
image:
|
|
977
|
+
name: aquasec/trivy:0.38.3
|
|
978
|
+
entrypoint:
|
|
979
|
+
- ''
|
|
971
980
|
variables: {}
|
|
972
981
|
script:
|
|
973
982
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1281,7 +1290,10 @@ api 🧪 test:
|
|
|
1281
1290
|
interruptible: true
|
|
1282
1291
|
'api 🧾 sbom | prod ':
|
|
1283
1292
|
stage: build
|
|
1284
|
-
image:
|
|
1293
|
+
image:
|
|
1294
|
+
name: aquasec/trivy:0.38.3
|
|
1295
|
+
entrypoint:
|
|
1296
|
+
- ''
|
|
1285
1297
|
variables: {}
|
|
1286
1298
|
script:
|
|
1287
1299
|
- 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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
621
|
+
entrypoint:
|
|
622
|
+
- ''
|
|
617
623
|
variables: {}
|
|
618
624
|
script:
|
|
619
625
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -929,7 +935,10 @@ api 🧪 test:
|
|
|
929
935
|
interruptible: true
|
|
930
936
|
'api 🧾 sbom | stage ':
|
|
931
937
|
stage: build
|
|
932
|
-
image:
|
|
938
|
+
image:
|
|
939
|
+
name: aquasec/trivy:0.38.3
|
|
940
|
+
entrypoint:
|
|
941
|
+
- ''
|
|
933
942
|
variables: {}
|
|
934
943
|
script:
|
|
935
944
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1216,7 +1225,10 @@ api 🧪 test:
|
|
|
1216
1225
|
interruptible: true
|
|
1217
1226
|
'api 🧾 sbom | prod ':
|
|
1218
1227
|
stage: build
|
|
1219
|
-
image:
|
|
1228
|
+
image:
|
|
1229
|
+
name: aquasec/trivy:0.38.3
|
|
1230
|
+
entrypoint:
|
|
1231
|
+
- ''
|
|
1220
1232
|
variables: {}
|
|
1221
1233
|
script:
|
|
1222
1234
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -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.38.3
|
|
324
|
+
entrypoint:
|
|
325
|
+
- ''
|
|
323
326
|
variables: {}
|
|
324
327
|
script:
|
|
325
328
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -630,7 +633,10 @@ api 🧪 test:
|
|
|
630
633
|
interruptible: true
|
|
631
634
|
'api 🧾 sbom | review ':
|
|
632
635
|
stage: build
|
|
633
|
-
image:
|
|
636
|
+
image:
|
|
637
|
+
name: aquasec/trivy:0.38.3
|
|
638
|
+
entrypoint:
|
|
639
|
+
- ''
|
|
634
640
|
variables: {}
|
|
635
641
|
script:
|
|
636
642
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -947,7 +953,10 @@ api 🧪 test:
|
|
|
947
953
|
interruptible: true
|
|
948
954
|
'api 🧾 sbom | stage ':
|
|
949
955
|
stage: build
|
|
950
|
-
image:
|
|
956
|
+
image:
|
|
957
|
+
name: aquasec/trivy:0.38.3
|
|
958
|
+
entrypoint:
|
|
959
|
+
- ''
|
|
951
960
|
variables: {}
|
|
952
961
|
script:
|
|
953
962
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1251,7 +1260,10 @@ api 🧪 test:
|
|
|
1251
1260
|
interruptible: true
|
|
1252
1261
|
'api 🧾 sbom | prod ':
|
|
1253
1262
|
stage: build
|
|
1254
|
-
image:
|
|
1263
|
+
image:
|
|
1264
|
+
name: aquasec/trivy:0.38.3
|
|
1265
|
+
entrypoint:
|
|
1266
|
+
- ''
|
|
1255
1267
|
variables: {}
|
|
1256
1268
|
script:
|
|
1257
1269
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -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.38.3
|
|
324
|
+
entrypoint:
|
|
325
|
+
- ''
|
|
323
326
|
variables: {}
|
|
324
327
|
script:
|
|
325
328
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -630,7 +633,10 @@ api 🧪 test:
|
|
|
630
633
|
interruptible: true
|
|
631
634
|
'api 🧾 sbom | review ':
|
|
632
635
|
stage: build
|
|
633
|
-
image:
|
|
636
|
+
image:
|
|
637
|
+
name: aquasec/trivy:0.38.3
|
|
638
|
+
entrypoint:
|
|
639
|
+
- ''
|
|
634
640
|
variables: {}
|
|
635
641
|
script:
|
|
636
642
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -947,7 +953,10 @@ api 🧪 test:
|
|
|
947
953
|
interruptible: true
|
|
948
954
|
'api 🧾 sbom | stage ':
|
|
949
955
|
stage: build
|
|
950
|
-
image:
|
|
956
|
+
image:
|
|
957
|
+
name: aquasec/trivy:0.38.3
|
|
958
|
+
entrypoint:
|
|
959
|
+
- ''
|
|
951
960
|
variables: {}
|
|
952
961
|
script:
|
|
953
962
|
- collapseable_section_start "injectvars" "Injecting variables"
|
|
@@ -1251,7 +1260,10 @@ api 🧪 test:
|
|
|
1251
1260
|
interruptible: true
|
|
1252
1261
|
'api 🧾 sbom | prod ':
|
|
1253
1262
|
stage: build
|
|
1254
|
-
image:
|
|
1263
|
+
image:
|
|
1264
|
+
name: aquasec/trivy:0.38.3
|
|
1265
|
+
entrypoint:
|
|
1266
|
+
- ''
|
|
1255
1267
|
variables: {}
|
|
1256
1268
|
script:
|
|
1257
1269
|
- 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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
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.38.3
|
|
1212
|
+
entrypoint:
|
|
1213
|
+
- ''
|
|
1202
1214
|
variables: {}
|
|
1203
1215
|
script:
|
|
1204
1216
|
- collapseable_section_start "injectvars" "Injecting variables"
|