@catladder/pipeline 3.41.0 → 3.42.1

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/node/testJob.js +1 -1
  2. package/dist/constants.js +1 -1
  3. package/dist/tsconfig.tsbuildinfo +1 -1
  4. package/examples/__snapshots__/automatic-releases.test.ts.snap +2 -2
  5. package/examples/__snapshots__/cloud-run-execute-script-on-deploy.test.ts.snap +2 -2
  6. package/examples/__snapshots__/cloud-run-health-check-defaults.test.ts.snap +2 -2
  7. package/examples/__snapshots__/cloud-run-health-check-only-startup.test.ts.snap +2 -2
  8. package/examples/__snapshots__/cloud-run-health-check.test.ts.snap +2 -2
  9. package/examples/__snapshots__/cloud-run-http2.test.ts.snap +2 -2
  10. package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +2 -2
  11. package/examples/__snapshots__/cloud-run-meteor-with-worker.test.ts.snap +2 -2
  12. package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +2 -2
  13. package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +2 -2
  14. package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +2 -2
  15. package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +2 -2
  16. package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +2 -2
  17. package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +2 -2
  18. package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +2 -2
  19. package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +2 -2
  20. package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +2 -2
  21. package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +2 -2
  22. package/examples/__snapshots__/cloud-run-session-affinity.test.ts.snap +2 -2
  23. package/examples/__snapshots__/cloud-run-with-agents.test.ts.snap +2 -2
  24. package/examples/__snapshots__/cloud-run-with-gpu.test.ts.snap +2 -2
  25. package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +2 -2
  26. package/examples/__snapshots__/cloud-run-with-sql-legacy-jobs.test.ts.snap +2 -2
  27. package/examples/__snapshots__/cloud-run-with-sql-multiple-dbs.test.ts.snap +6 -6
  28. package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +4 -4
  29. package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +2 -2
  30. package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +2 -2
  31. package/examples/__snapshots__/custom-deploy.test.ts.snap +2 -2
  32. package/examples/__snapshots__/custom-docker-file.test.ts.snap +2 -2
  33. package/examples/__snapshots__/custom-envs.test.ts.snap +4 -4
  34. package/examples/__snapshots__/custom-verify-job.test.ts.snap +2 -2
  35. package/examples/__snapshots__/git-submodule.test.ts.snap +2 -2
  36. package/examples/__snapshots__/kubernetes-application-customization.test.ts.snap +2 -2
  37. package/examples/__snapshots__/kubernetes-with-cloud-sql.test.ts.snap +2 -2
  38. package/examples/__snapshots__/kubernetes-with-jobs.test.ts.snap +4 -4
  39. package/examples/__snapshots__/kubernetes-with-mongodb.test.ts.snap +2 -2
  40. package/examples/__snapshots__/local-dot-env.test.ts.snap +2 -2
  41. package/examples/__snapshots__/meteor-kubernetes.test.ts.snap +2 -2
  42. package/examples/__snapshots__/modify-generated-files.test.ts.snap +2 -2
  43. package/examples/__snapshots__/modify-generated-yaml.test.ts.snap +2 -2
  44. package/examples/__snapshots__/multiline-var.test.ts.snap +6 -6
  45. package/examples/__snapshots__/native-app.test.ts.snap +4 -4
  46. package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +2 -2
  47. package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +2 -2
  48. package/examples/__snapshots__/override-secrets.test.ts.snap +2 -2
  49. package/examples/__snapshots__/referencing-other-vars.test.ts.snap +6 -6
  50. package/examples/__snapshots__/wait-for-other-deploy.test.ts.snap +4 -4
  51. package/examples/__snapshots__/workspace-api-www-turbo-cache.test.ts.snap +2 -2
  52. package/examples/__snapshots__/workspace-api-www.test.ts.snap +2 -2
  53. package/package.json +1 -1
  54. package/src/build/node/testJob.ts +1 -1
@@ -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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -502,7 +502,7 @@ before_script:
502
502
  - export APP_PATH="api"
503
503
  - collapseable_section_end "injectvars"
504
504
  - cd api
505
- - yarn npm audit --environment production --level critical
505
+ - yarn npm audit --environment production --severity critical
506
506
  rules:
507
507
  - when: never
508
508
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -502,7 +502,7 @@ before_script:
502
502
  - export APP_PATH="api"
503
503
  - collapseable_section_end "injectvars"
504
504
  - cd api
505
- - yarn npm audit --environment production --level critical
505
+ - yarn npm audit --environment production --severity critical
506
506
  rules:
507
507
  - when: never
508
508
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -499,7 +499,7 @@ before_script:
499
499
  - export APP_PATH="web"
500
500
  - collapseable_section_end "injectvars"
501
501
  - cd web
502
- - yarn npm audit --environment production --level critical
502
+ - yarn npm audit --environment production --severity critical
503
503
  rules:
504
504
  - when: never
505
505
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -506,7 +506,7 @@ before_script:
506
506
  - export APP_PATH="www"
507
507
  - collapseable_section_end "injectvars"
508
508
  - cd www
509
- - yarn npm audit --environment production --level critical
509
+ - yarn npm audit --environment production --severity critical
510
510
  rules:
511
511
  - when: never
512
512
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -502,7 +502,7 @@ before_script:
502
502
  - export APP_PATH="api"
503
503
  - collapseable_section_end "injectvars"
504
504
  - cd api
505
- - yarn npm audit --environment production --level critical
505
+ - yarn npm audit --environment production --severity critical
506
506
  rules:
507
507
  - when: never
508
508
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -529,7 +529,7 @@ before_script:
529
529
  - export APP_PATH="app"
530
530
  - collapseable_section_end "injectvars"
531
531
  - cd app
532
- - yarn npm audit --environment production --level critical
532
+ - yarn npm audit --environment production --severity critical
533
533
  rules:
534
534
  - when: never
535
535
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -502,7 +502,7 @@ before_script:
502
502
  - export APP_PATH="api"
503
503
  - collapseable_section_end "injectvars"
504
504
  - cd api
505
- - yarn npm audit --environment production --level critical
505
+ - yarn npm audit --environment production --severity critical
506
506
  rules:
507
507
  - when: never
508
508
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -502,7 +502,7 @@ before_script:
502
502
  - export APP_PATH="api"
503
503
  - collapseable_section_end "injectvars"
504
504
  - cd api
505
- - yarn npm audit --environment production --level critical
505
+ - yarn npm audit --environment production --severity critical
506
506
  rules:
507
507
  - when: never
508
508
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -519,7 +519,7 @@ before_script:
519
519
  - export APP_PATH="api"
520
520
  - collapseable_section_end "injectvars"
521
521
  - cd api
522
- - yarn npm audit --environment production --level critical
522
+ - yarn npm audit --environment production --severity critical
523
523
  rules:
524
524
  - when: never
525
525
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -519,7 +519,7 @@ before_script:
519
519
  - export APP_PATH="api"
520
520
  - collapseable_section_end "injectvars"
521
521
  - cd api
522
- - yarn npm audit --environment production --level critical
522
+ - yarn npm audit --environment production --severity critical
523
523
  rules:
524
524
  - when: never
525
525
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -502,7 +502,7 @@ before_script:
502
502
  - export APP_PATH="api"
503
503
  - collapseable_section_end "injectvars"
504
504
  - cd api
505
- - yarn npm audit --environment production --level critical
505
+ - yarn npm audit --environment production --severity critical
506
506
  rules:
507
507
  - when: never
508
508
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -502,7 +502,7 @@ before_script:
502
502
  - export APP_PATH="api"
503
503
  - collapseable_section_end "injectvars"
504
504
  - cd api
505
- - yarn npm audit --environment production --level critical
505
+ - yarn npm audit --environment production --severity critical
506
506
  rules:
507
507
  - when: never
508
508
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -520,7 +520,7 @@ before_script:
520
520
  - export APP_PATH="api"
521
521
  - collapseable_section_end "injectvars"
522
522
  - cd api
523
- - yarn npm audit --environment production --level critical
523
+ - yarn npm audit --environment production --severity critical
524
524
  rules:
525
525
  - when: never
526
526
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -502,7 +502,7 @@ before_script:
502
502
  - export APP_PATH="api"
503
503
  - collapseable_section_end "injectvars"
504
504
  - cd api
505
- - yarn npm audit --environment production --level critical
505
+ - yarn npm audit --environment production --severity critical
506
506
  rules:
507
507
  - when: never
508
508
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -506,7 +506,7 @@ before_script:
506
506
  - export APP_PATH="www"
507
507
  - collapseable_section_end "injectvars"
508
508
  - cd www
509
- - yarn npm audit --environment production --level critical
509
+ - yarn npm audit --environment production --severity critical
510
510
  rules:
511
511
  - when: never
512
512
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -502,7 +502,7 @@ before_script:
502
502
  - export APP_PATH="api"
503
503
  - collapseable_section_end "injectvars"
504
504
  - cd api
505
- - yarn npm audit --environment production --level critical
505
+ - yarn npm audit --environment production --severity critical
506
506
  rules:
507
507
  - when: never
508
508
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -502,7 +502,7 @@ before_script:
502
502
  - export APP_PATH="app"
503
503
  - collapseable_section_end "injectvars"
504
504
  - cd app
505
- - yarn npm audit --environment production --level critical
505
+ - yarn npm audit --environment production --severity critical
506
506
  rules:
507
507
  - when: never
508
508
  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 --level critical
118
+ - yarn npm audit --environment production --severity 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="api"
581
581
  - collapseable_section_end "injectvars"
582
582
  - cd api
583
- - yarn npm audit --environment production --level critical
583
+ - yarn npm audit --environment production --severity critical
584
584
  rules:
585
585
  - when: never
586
586
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -552,7 +552,7 @@ before_script:
552
552
  - export APP_PATH="packages/db1"
553
553
  - collapseable_section_end "injectvars"
554
554
  - cd packages/db1
555
- - yarn npm audit --environment production --level critical
555
+ - yarn npm audit --environment production --severity critical
556
556
  rules:
557
557
  - when: never
558
558
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -1663,7 +1663,7 @@ before_script:
1663
1663
  - export APP_PATH="packages/db2"
1664
1664
  - collapseable_section_end "injectvars"
1665
1665
  - cd packages/db2
1666
- - yarn npm audit --environment production --level critical
1666
+ - yarn npm audit --environment production --severity critical
1667
1667
  rules:
1668
1668
  - when: never
1669
1669
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -2099,7 +2099,7 @@ before_script:
2099
2099
  - export APP_PATH="packages/db2"
2100
2100
  - collapseable_section_end "injectvars"
2101
2101
  - cd packages/db2
2102
- - yarn npm audit --environment production --level critical
2102
+ - yarn npm audit --environment production --severity critical
2103
2103
  rules:
2104
2104
  - when: never
2105
2105
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -3210,7 +3210,7 @@ before_script:
3210
3210
  - export APP_PATH="api"
3211
3211
  - collapseable_section_end "injectvars"
3212
3212
  - cd api
3213
- - yarn npm audit --environment production --level critical
3213
+ - yarn npm audit --environment production --severity critical
3214
3214
  rules:
3215
3215
  - when: never
3216
3216
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -3635,7 +3635,7 @@ before_script:
3635
3635
  - export APP_PATH="api"
3636
3636
  - collapseable_section_end "injectvars"
3637
3637
  - cd api
3638
- - yarn npm audit --environment production --level critical
3638
+ - yarn npm audit --environment production --severity critical
3639
3639
  rules:
3640
3640
  - when: never
3641
3641
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -536,7 +536,7 @@ before_script:
536
536
  - export APP_PATH="api"
537
537
  - collapseable_section_end "injectvars"
538
538
  - cd api
539
- - yarn npm audit --environment production --level critical
539
+ - yarn npm audit --environment production --severity critical
540
540
  rules:
541
541
  - when: never
542
542
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -1599,7 +1599,7 @@ before_script:
1599
1599
  - export APP_PATH="api"
1600
1600
  - collapseable_section_end "injectvars"
1601
1601
  - cd api
1602
- - yarn npm audit --environment production --level critical
1602
+ - yarn npm audit --environment production --severity critical
1603
1603
  rules:
1604
1604
  - when: never
1605
1605
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -2019,7 +2019,7 @@ before_script:
2019
2019
  - export APP_PATH="api"
2020
2020
  - collapseable_section_end "injectvars"
2021
2021
  - cd api
2022
- - yarn npm audit --environment production --level critical
2022
+ - yarn npm audit --environment production --severity critical
2023
2023
  rules:
2024
2024
  - when: never
2025
2025
  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 --level critical
118
+ - yarn npm audit --environment production --severity 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 --level critical
615
+ - yarn npm audit --environment production --severity 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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -504,7 +504,7 @@ before_script:
504
504
  - export APP_PATH="api"
505
505
  - collapseable_section_end "injectvars"
506
506
  - cd api
507
- - yarn npm audit --environment production --level critical
507
+ - yarn npm audit --environment production --severity critical
508
508
  rules:
509
509
  - when: never
510
510
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -412,7 +412,7 @@ before_script:
412
412
  - export APP_PATH="www"
413
413
  - collapseable_section_end "injectvars"
414
414
  - cd www
415
- - yarn npm audit --environment production --level critical
415
+ - yarn npm audit --environment production --severity critical
416
416
  rules:
417
417
  - when: never
418
418
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -511,7 +511,7 @@ before_script:
511
511
  - export APP_PATH="www"
512
512
  - collapseable_section_end "injectvars"
513
513
  - cd www
514
- - yarn npm audit --environment production --level critical
514
+ - yarn npm audit --environment production --severity critical
515
515
  rules:
516
516
  - when: never
517
517
  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 --level critical
134
+ - yarn npm audit --environment production --severity critical
135
135
  rules:
136
136
  - when: never
137
137
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -311,7 +311,7 @@ before_script:
311
311
  - export APP_PATH="api"
312
312
  - collapseable_section_end "injectvars"
313
313
  - cd api
314
- - yarn npm audit --environment production --level critical
314
+ - yarn npm audit --environment production --severity critical
315
315
  rules:
316
316
  - when: never
317
317
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -490,7 +490,7 @@ before_script:
490
490
  - export APP_PATH="api"
491
491
  - collapseable_section_end "injectvars"
492
492
  - cd api
493
- - yarn npm audit --environment production --level critical
493
+ - yarn npm audit --environment production --severity critical
494
494
  rules:
495
495
  - when: never
496
496
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -669,7 +669,7 @@ before_script:
669
669
  - export APP_PATH="api"
670
670
  - collapseable_section_end "injectvars"
671
671
  - cd api
672
- - yarn npm audit --environment production --level critical
672
+ - yarn npm audit --environment production --severity critical
673
673
  rules:
674
674
  - when: never
675
675
  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 --level critical
118
+ - yarn npm audit --environment production --severity 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="www"
558
558
  - collapseable_section_end "injectvars"
559
559
  - cd www
560
- - yarn npm audit --environment production --level critical
560
+ - yarn npm audit --environment production --severity critical
561
561
  rules:
562
562
  - when: never
563
563
  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 --level critical
119
+ - yarn npm audit --environment production --severity critical
120
120
  rules:
121
121
  - when: never
122
122
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -503,7 +503,7 @@ before_script:
503
503
  - export APP_PATH="app"
504
504
  - collapseable_section_end "injectvars"
505
505
  - cd app
506
- - yarn npm audit --environment production --level critical
506
+ - yarn npm audit --environment production --severity critical
507
507
  rules:
508
508
  - when: never
509
509
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -584,7 +584,7 @@ before_script:
584
584
  - export APP_PATH="api"
585
585
  - collapseable_section_end "injectvars"
586
586
  - cd api
587
- - yarn npm audit --environment production --level critical
587
+ - yarn npm audit --environment production --severity critical
588
588
  rules:
589
589
  - when: never
590
590
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -589,7 +589,7 @@ before_script:
589
589
  - export APP_PATH="api"
590
590
  - collapseable_section_end "injectvars"
591
591
  - cd api
592
- - yarn npm audit --environment production --level critical
592
+ - yarn npm audit --environment production --severity critical
593
593
  rules:
594
594
  - when: never
595
595
  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 --level critical
118
+ - yarn npm audit --environment production --severity critical
119
119
  rules:
120
120
  - when: never
121
121
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -575,7 +575,7 @@ before_script:
575
575
  - export APP_PATH="api"
576
576
  - collapseable_section_end "injectvars"
577
577
  - cd api
578
- - yarn npm audit --environment production --level critical
578
+ - yarn npm audit --environment production --severity critical
579
579
  rules:
580
580
  - when: never
581
581
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -1742,7 +1742,7 @@ before_script:
1742
1742
  - export APP_PATH="www"
1743
1743
  - collapseable_section_end "injectvars"
1744
1744
  - cd www
1745
- - yarn npm audit --environment production --level critical
1745
+ - yarn npm audit --environment production --severity critical
1746
1746
  rules:
1747
1747
  - when: never
1748
1748
  if: $CI_PIPELINE_SOURCE == "trigger"
@@ -2208,7 +2208,7 @@ before_script:
2208
2208
  - export APP_PATH="www"
2209
2209
  - collapseable_section_end "injectvars"
2210
2210
  - cd www
2211
- - yarn npm audit --environment production --level critical
2211
+ - yarn npm audit --environment production --severity critical
2212
2212
  rules:
2213
2213
  - when: never
2214
2214
  if: $CI_PIPELINE_SOURCE == "trigger"