@catladder/pipeline 3.39.1 → 3.40.0
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/custom/testJob.js +13 -11
- package/dist/build/node/testJob.js +14 -12
- package/dist/build/rails/testJob.js +9 -7
- package/dist/build/types.d.ts +5 -0
- package/dist/constants.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/examples/__snapshots__/automatic-releases.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-execute-script-on-deploy.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-health-check-defaults.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-health-check-only-startup.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-health-check.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-http2.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-meteor-with-worker.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-session-affinity.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-with-agents.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-with-gpu.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-with-sql-legacy-jobs.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-with-sql-multiple-dbs.test.ts.snap +6 -6
- package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +4 -4
- package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +2 -2
- package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +2 -2
- package/examples/__snapshots__/custom-deploy.test.ts.snap +2 -2
- package/examples/__snapshots__/custom-docker-file.test.ts.snap +2 -2
- package/examples/__snapshots__/custom-envs.test.ts.snap +4 -4
- package/examples/__snapshots__/custom-verify-job.test.ts.snap +2 -2
- package/examples/__snapshots__/git-submodule.test.ts.snap +2 -2
- package/examples/__snapshots__/kubernetes-application-customization.test.ts.snap +2 -2
- package/examples/__snapshots__/kubernetes-with-cloud-sql.test.ts.snap +2 -2
- package/examples/__snapshots__/kubernetes-with-jobs.test.ts.snap +4 -4
- package/examples/__snapshots__/kubernetes-with-mongodb.test.ts.snap +2 -2
- package/examples/__snapshots__/local-dot-env.test.ts.snap +2 -2
- package/examples/__snapshots__/meteor-kubernetes.test.ts.snap +2 -2
- package/examples/__snapshots__/modify-generated-files.test.ts.snap +2 -2
- package/examples/__snapshots__/modify-generated-yaml.test.ts.snap +2 -2
- package/examples/__snapshots__/multiline-var.test.ts.snap +6 -6
- package/examples/__snapshots__/native-app.test.ts.snap +4 -4
- package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +2 -2
- package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +2 -2
- package/examples/__snapshots__/override-secrets.test.ts.snap +2 -2
- package/examples/__snapshots__/referencing-other-vars.test.ts.snap +6 -6
- package/examples/__snapshots__/wait-for-other-deploy.test.ts.snap +4 -4
- package/examples/__snapshots__/workspace-api-www-turbo-cache.test.ts.snap +2 -2
- package/examples/__snapshots__/workspace-api-www.test.ts.snap +2 -2
- package/package.json +1 -1
- package/src/build/custom/__tests__/testJob.test.ts +70 -0
- package/src/build/custom/testJob.ts +3 -1
- package/src/build/node/testJob.ts +5 -3
- package/src/build/rails/testJob.ts +3 -1
- package/src/build/types.ts +6 -0
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -530,7 +530,7 @@ before_script:
|
|
|
530
530
|
- export APP_PATH="api"
|
|
531
531
|
- collapseable_section_end "injectvars"
|
|
532
532
|
- cd api
|
|
533
|
-
- yarn npm audit --environment production
|
|
533
|
+
- yarn npm audit --environment production --level critical
|
|
534
534
|
rules:
|
|
535
535
|
- when: never
|
|
536
536
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="web"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd web
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -527,7 +527,7 @@ before_script:
|
|
|
527
527
|
- export APP_PATH="web"
|
|
528
528
|
- collapseable_section_end "injectvars"
|
|
529
529
|
- cd web
|
|
530
|
-
- yarn npm audit --environment production
|
|
530
|
+
- yarn npm audit --environment production --level critical
|
|
531
531
|
rules:
|
|
532
532
|
- when: never
|
|
533
533
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="www"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd www
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -534,7 +534,7 @@ before_script:
|
|
|
534
534
|
- export APP_PATH="www"
|
|
535
535
|
- collapseable_section_end "injectvars"
|
|
536
536
|
- cd www
|
|
537
|
-
- yarn npm audit --environment production
|
|
537
|
+
- yarn npm audit --environment production --level critical
|
|
538
538
|
rules:
|
|
539
539
|
- when: never
|
|
540
540
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -530,7 +530,7 @@ before_script:
|
|
|
530
530
|
- export APP_PATH="api"
|
|
531
531
|
- collapseable_section_end "injectvars"
|
|
532
532
|
- cd api
|
|
533
|
-
- yarn npm audit --environment production
|
|
533
|
+
- yarn npm audit --environment production --level critical
|
|
534
534
|
rules:
|
|
535
535
|
- when: never
|
|
536
536
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="app"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd app
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -557,7 +557,7 @@ before_script:
|
|
|
557
557
|
- export APP_PATH="app"
|
|
558
558
|
- collapseable_section_end "injectvars"
|
|
559
559
|
- cd app
|
|
560
|
-
- yarn npm audit --environment production
|
|
560
|
+
- yarn npm audit --environment production --level critical
|
|
561
561
|
rules:
|
|
562
562
|
- when: never
|
|
563
563
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -530,7 +530,7 @@ before_script:
|
|
|
530
530
|
- export APP_PATH="api"
|
|
531
531
|
- collapseable_section_end "injectvars"
|
|
532
532
|
- cd api
|
|
533
|
-
- yarn npm audit --environment production
|
|
533
|
+
- yarn npm audit --environment production --level critical
|
|
534
534
|
rules:
|
|
535
535
|
- when: never
|
|
536
536
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -530,7 +530,7 @@ before_script:
|
|
|
530
530
|
- export APP_PATH="api"
|
|
531
531
|
- collapseable_section_end "injectvars"
|
|
532
532
|
- cd api
|
|
533
|
-
- yarn npm audit --environment production
|
|
533
|
+
- yarn npm audit --environment production --level critical
|
|
534
534
|
rules:
|
|
535
535
|
- when: never
|
|
536
536
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -547,7 +547,7 @@ before_script:
|
|
|
547
547
|
- export APP_PATH="api"
|
|
548
548
|
- collapseable_section_end "injectvars"
|
|
549
549
|
- cd api
|
|
550
|
-
- yarn npm audit --environment production
|
|
550
|
+
- yarn npm audit --environment production --level critical
|
|
551
551
|
rules:
|
|
552
552
|
- when: never
|
|
553
553
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -547,7 +547,7 @@ before_script:
|
|
|
547
547
|
- export APP_PATH="api"
|
|
548
548
|
- collapseable_section_end "injectvars"
|
|
549
549
|
- cd api
|
|
550
|
-
- yarn npm audit --environment production
|
|
550
|
+
- yarn npm audit --environment production --level critical
|
|
551
551
|
rules:
|
|
552
552
|
- when: never
|
|
553
553
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -530,7 +530,7 @@ before_script:
|
|
|
530
530
|
- export APP_PATH="api"
|
|
531
531
|
- collapseable_section_end "injectvars"
|
|
532
532
|
- cd api
|
|
533
|
-
- yarn npm audit --environment production
|
|
533
|
+
- yarn npm audit --environment production --level critical
|
|
534
534
|
rules:
|
|
535
535
|
- when: never
|
|
536
536
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -530,7 +530,7 @@ before_script:
|
|
|
530
530
|
- export APP_PATH="api"
|
|
531
531
|
- collapseable_section_end "injectvars"
|
|
532
532
|
- cd api
|
|
533
|
-
- yarn npm audit --environment production
|
|
533
|
+
- yarn npm audit --environment production --level critical
|
|
534
534
|
rules:
|
|
535
535
|
- when: never
|
|
536
536
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -548,7 +548,7 @@ before_script:
|
|
|
548
548
|
- export APP_PATH="api"
|
|
549
549
|
- collapseable_section_end "injectvars"
|
|
550
550
|
- cd api
|
|
551
|
-
- yarn npm audit --environment production
|
|
551
|
+
- yarn npm audit --environment production --level critical
|
|
552
552
|
rules:
|
|
553
553
|
- when: never
|
|
554
554
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -530,7 +530,7 @@ before_script:
|
|
|
530
530
|
- export APP_PATH="api"
|
|
531
531
|
- collapseable_section_end "injectvars"
|
|
532
532
|
- cd api
|
|
533
|
-
- yarn npm audit --environment production
|
|
533
|
+
- yarn npm audit --environment production --level critical
|
|
534
534
|
rules:
|
|
535
535
|
- when: never
|
|
536
536
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="www"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd www
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -534,7 +534,7 @@ before_script:
|
|
|
534
534
|
- export APP_PATH="www"
|
|
535
535
|
- collapseable_section_end "injectvars"
|
|
536
536
|
- cd www
|
|
537
|
-
- yarn npm audit --environment production
|
|
537
|
+
- yarn npm audit --environment production --level critical
|
|
538
538
|
rules:
|
|
539
539
|
- when: never
|
|
540
540
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -530,7 +530,7 @@ before_script:
|
|
|
530
530
|
- export APP_PATH="api"
|
|
531
531
|
- collapseable_section_end "injectvars"
|
|
532
532
|
- cd api
|
|
533
|
-
- yarn npm audit --environment production
|
|
533
|
+
- yarn npm audit --environment production --level critical
|
|
534
534
|
rules:
|
|
535
535
|
- when: never
|
|
536
536
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="app"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd app
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -530,7 +530,7 @@ before_script:
|
|
|
530
530
|
- export APP_PATH="app"
|
|
531
531
|
- collapseable_section_end "injectvars"
|
|
532
532
|
- cd app
|
|
533
|
-
- yarn npm audit --environment production
|
|
533
|
+
- yarn npm audit --environment production --level critical
|
|
534
534
|
rules:
|
|
535
535
|
- when: never
|
|
536
536
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -608,7 +608,7 @@ before_script:
|
|
|
608
608
|
- export APP_PATH="api"
|
|
609
609
|
- collapseable_section_end "injectvars"
|
|
610
610
|
- cd api
|
|
611
|
-
- yarn npm audit --environment production
|
|
611
|
+
- yarn npm audit --environment production --level critical
|
|
612
612
|
rules:
|
|
613
613
|
- when: never
|
|
614
614
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="packages/db1"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd packages/db1
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -580,7 +580,7 @@ before_script:
|
|
|
580
580
|
- export APP_PATH="packages/db1"
|
|
581
581
|
- collapseable_section_end "injectvars"
|
|
582
582
|
- cd packages/db1
|
|
583
|
-
- yarn npm audit --environment production
|
|
583
|
+
- yarn npm audit --environment production --level critical
|
|
584
584
|
rules:
|
|
585
585
|
- when: never
|
|
586
586
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -1775,7 +1775,7 @@ before_script:
|
|
|
1775
1775
|
- export APP_PATH="packages/db2"
|
|
1776
1776
|
- collapseable_section_end "injectvars"
|
|
1777
1777
|
- cd packages/db2
|
|
1778
|
-
- yarn npm audit --environment production
|
|
1778
|
+
- yarn npm audit --environment production --level critical
|
|
1779
1779
|
rules:
|
|
1780
1780
|
- when: never
|
|
1781
1781
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -2239,7 +2239,7 @@ before_script:
|
|
|
2239
2239
|
- export APP_PATH="packages/db2"
|
|
2240
2240
|
- collapseable_section_end "injectvars"
|
|
2241
2241
|
- cd packages/db2
|
|
2242
|
-
- yarn npm audit --environment production
|
|
2242
|
+
- yarn npm audit --environment production --level critical
|
|
2243
2243
|
rules:
|
|
2244
2244
|
- when: never
|
|
2245
2245
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -3434,7 +3434,7 @@ before_script:
|
|
|
3434
3434
|
- export APP_PATH="api"
|
|
3435
3435
|
- collapseable_section_end "injectvars"
|
|
3436
3436
|
- cd api
|
|
3437
|
-
- yarn npm audit --environment production
|
|
3437
|
+
- yarn npm audit --environment production --level critical
|
|
3438
3438
|
rules:
|
|
3439
3439
|
- when: never
|
|
3440
3440
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -3887,7 +3887,7 @@ before_script:
|
|
|
3887
3887
|
- export APP_PATH="api"
|
|
3888
3888
|
- collapseable_section_end "injectvars"
|
|
3889
3889
|
- cd api
|
|
3890
|
-
- yarn npm audit --environment production
|
|
3890
|
+
- yarn npm audit --environment production --level critical
|
|
3891
3891
|
rules:
|
|
3892
3892
|
- when: never
|
|
3893
3893
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -564,7 +564,7 @@ before_script:
|
|
|
564
564
|
- export APP_PATH="api"
|
|
565
565
|
- collapseable_section_end "injectvars"
|
|
566
566
|
- cd api
|
|
567
|
-
- yarn npm audit --environment production
|
|
567
|
+
- yarn npm audit --environment production --level critical
|
|
568
568
|
rules:
|
|
569
569
|
- when: never
|
|
570
570
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -1711,7 +1711,7 @@ before_script:
|
|
|
1711
1711
|
- export APP_PATH="api"
|
|
1712
1712
|
- collapseable_section_end "injectvars"
|
|
1713
1713
|
- cd api
|
|
1714
|
-
- yarn npm audit --environment production
|
|
1714
|
+
- yarn npm audit --environment production --level critical
|
|
1715
1715
|
rules:
|
|
1716
1716
|
- when: never
|
|
1717
1717
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -2159,7 +2159,7 @@ before_script:
|
|
|
2159
2159
|
- export APP_PATH="api"
|
|
2160
2160
|
- collapseable_section_end "injectvars"
|
|
2161
2161
|
- cd api
|
|
2162
|
-
- yarn npm audit --environment production
|
|
2162
|
+
- yarn npm audit --environment production --level critical
|
|
2163
2163
|
rules:
|
|
2164
2164
|
- when: never
|
|
2165
2165
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -640,7 +640,7 @@ before_script:
|
|
|
640
640
|
- export APP_PATH="api"
|
|
641
641
|
- collapseable_section_end "injectvars"
|
|
642
642
|
- cd api
|
|
643
|
-
- yarn npm audit --environment production
|
|
643
|
+
- yarn npm audit --environment production --level critical
|
|
644
644
|
rules:
|
|
645
645
|
- when: never
|
|
646
646
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -532,7 +532,7 @@ before_script:
|
|
|
532
532
|
- export APP_PATH="api"
|
|
533
533
|
- collapseable_section_end "injectvars"
|
|
534
534
|
- cd api
|
|
535
|
-
- yarn npm audit --environment production
|
|
535
|
+
- yarn npm audit --environment production --level critical
|
|
536
536
|
rules:
|
|
537
537
|
- when: never
|
|
538
538
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="www"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd www
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -438,7 +438,7 @@ before_script:
|
|
|
438
438
|
- export APP_PATH="www"
|
|
439
439
|
- collapseable_section_end "injectvars"
|
|
440
440
|
- cd www
|
|
441
|
-
- yarn npm audit --environment production
|
|
441
|
+
- yarn npm audit --environment production --level critical
|
|
442
442
|
rules:
|
|
443
443
|
- when: never
|
|
444
444
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="www"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd www
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -539,7 +539,7 @@ before_script:
|
|
|
539
539
|
- export APP_PATH="www"
|
|
540
540
|
- collapseable_section_end "injectvars"
|
|
541
541
|
- cd www
|
|
542
|
-
- yarn npm audit --environment production
|
|
542
|
+
- yarn npm audit --environment production --level critical
|
|
543
543
|
rules:
|
|
544
544
|
- when: never
|
|
545
545
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -131,7 +131,7 @@ before_script:
|
|
|
131
131
|
- export APP_PATH="api"
|
|
132
132
|
- collapseable_section_end "injectvars"
|
|
133
133
|
- cd api
|
|
134
|
-
- yarn npm audit --environment production
|
|
134
|
+
- yarn npm audit --environment production --level critical
|
|
135
135
|
rules:
|
|
136
136
|
- when: never
|
|
137
137
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -333,7 +333,7 @@ before_script:
|
|
|
333
333
|
- export APP_PATH="api"
|
|
334
334
|
- collapseable_section_end "injectvars"
|
|
335
335
|
- cd api
|
|
336
|
-
- yarn npm audit --environment production
|
|
336
|
+
- yarn npm audit --environment production --level critical
|
|
337
337
|
rules:
|
|
338
338
|
- when: never
|
|
339
339
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -534,7 +534,7 @@ before_script:
|
|
|
534
534
|
- export APP_PATH="api"
|
|
535
535
|
- collapseable_section_end "injectvars"
|
|
536
536
|
- cd api
|
|
537
|
-
- yarn npm audit --environment production
|
|
537
|
+
- yarn npm audit --environment production --level critical
|
|
538
538
|
rules:
|
|
539
539
|
- when: never
|
|
540
540
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -735,7 +735,7 @@ before_script:
|
|
|
735
735
|
- export APP_PATH="api"
|
|
736
736
|
- collapseable_section_end "injectvars"
|
|
737
737
|
- cd api
|
|
738
|
-
- yarn npm audit --environment production
|
|
738
|
+
- yarn npm audit --environment production --level critical
|
|
739
739
|
rules:
|
|
740
740
|
- when: never
|
|
741
741
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="www"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd www
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -585,7 +585,7 @@ before_script:
|
|
|
585
585
|
- export APP_PATH="www"
|
|
586
586
|
- collapseable_section_end "injectvars"
|
|
587
587
|
- cd www
|
|
588
|
-
- yarn npm audit --environment production
|
|
588
|
+
- yarn npm audit --environment production --level critical
|
|
589
589
|
rules:
|
|
590
590
|
- when: never
|
|
591
591
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -116,7 +116,7 @@ before_script:
|
|
|
116
116
|
- export APP_PATH="app"
|
|
117
117
|
- collapseable_section_end "injectvars"
|
|
118
118
|
- cd app
|
|
119
|
-
- yarn npm audit --environment production
|
|
119
|
+
- yarn npm audit --environment production --level critical
|
|
120
120
|
rules:
|
|
121
121
|
- when: never
|
|
122
122
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -531,7 +531,7 @@ before_script:
|
|
|
531
531
|
- export APP_PATH="app"
|
|
532
532
|
- collapseable_section_end "injectvars"
|
|
533
533
|
- cd app
|
|
534
|
-
- yarn npm audit --environment production
|
|
534
|
+
- yarn npm audit --environment production --level critical
|
|
535
535
|
rules:
|
|
536
536
|
- when: never
|
|
537
537
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -612,7 +612,7 @@ before_script:
|
|
|
612
612
|
- export APP_PATH="api"
|
|
613
613
|
- collapseable_section_end "injectvars"
|
|
614
614
|
- cd api
|
|
615
|
-
- yarn npm audit --environment production
|
|
615
|
+
- yarn npm audit --environment production --level critical
|
|
616
616
|
rules:
|
|
617
617
|
- when: never
|
|
618
618
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -617,7 +617,7 @@ before_script:
|
|
|
617
617
|
- export APP_PATH="api"
|
|
618
618
|
- collapseable_section_end "injectvars"
|
|
619
619
|
- cd api
|
|
620
|
-
- yarn npm audit --environment production
|
|
620
|
+
- yarn npm audit --environment production --level critical
|
|
621
621
|
rules:
|
|
622
622
|
- when: never
|
|
623
623
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -603,7 +603,7 @@ before_script:
|
|
|
603
603
|
- export APP_PATH="api"
|
|
604
604
|
- collapseable_section_end "injectvars"
|
|
605
605
|
- cd api
|
|
606
|
-
- yarn npm audit --environment production
|
|
606
|
+
- yarn npm audit --environment production --level critical
|
|
607
607
|
rules:
|
|
608
608
|
- when: never
|
|
609
609
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -1854,7 +1854,7 @@ before_script:
|
|
|
1854
1854
|
- export APP_PATH="www"
|
|
1855
1855
|
- collapseable_section_end "injectvars"
|
|
1856
1856
|
- cd www
|
|
1857
|
-
- yarn npm audit --environment production
|
|
1857
|
+
- yarn npm audit --environment production --level critical
|
|
1858
1858
|
rules:
|
|
1859
1859
|
- when: never
|
|
1860
1860
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -2348,7 +2348,7 @@ before_script:
|
|
|
2348
2348
|
- export APP_PATH="www"
|
|
2349
2349
|
- collapseable_section_end "injectvars"
|
|
2350
2350
|
- cd www
|
|
2351
|
-
- yarn npm audit --environment production
|
|
2351
|
+
- yarn npm audit --environment production --level critical
|
|
2352
2352
|
rules:
|
|
2353
2353
|
- when: never
|
|
2354
2354
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -115,7 +115,7 @@ before_script:
|
|
|
115
115
|
- export APP_PATH="api"
|
|
116
116
|
- collapseable_section_end "injectvars"
|
|
117
117
|
- cd api
|
|
118
|
-
- yarn npm audit --environment production
|
|
118
|
+
- yarn npm audit --environment production --level critical
|
|
119
119
|
rules:
|
|
120
120
|
- when: never
|
|
121
121
|
if: $CI_PIPELINE_SOURCE == "trigger"
|
|
@@ -648,7 +648,7 @@ before_script:
|
|
|
648
648
|
- export APP_PATH="api"
|
|
649
649
|
- collapseable_section_end "injectvars"
|
|
650
650
|
- cd api
|
|
651
|
-
- yarn npm audit --environment production
|
|
651
|
+
- yarn npm audit --environment production --level critical
|
|
652
652
|
rules:
|
|
653
653
|
- when: never
|
|
654
654
|
if: $CI_PIPELINE_SOURCE == "trigger"
|