miracum / fhir-pseudonymizer

A REST service to pseudonymize and anonymize FHIR® resources.
MIT License
15 stars 2 forks source link

feat: support the vfps pseudonym service #59

Closed chgl closed 2 years ago

github-actions[bot] commented 2 years ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 2 0 0.07s
✅ BASH bash-exec 1 0 0.0s
✅ BASH shellcheck 1 0 0.02s
✅ BASH shfmt 1 0 0.01s
✅ CSHARP dotnet-format 19 0 44.39s
✅ DOCKERFILE hadolint 1 0 0.1s
✅ EDITORCONFIG editorconfig-checker 39 0 0.06s
✅ JSON eslint-plugin-jsonc 2 0 0.93s
✅ JSON jsonlint 2 0 0.23s
✅ JSON prettier 2 0 0.5s
✅ JSON v8r 2 0 2.1s
✅ MARKDOWN markdownlint 1 0 0.31s
✅ MARKDOWN markdown-link-check 1 0 4.25s
✅ PROTOBUF protolint 4 0 2.33s
✅ REPOSITORY checkov yes no 8.44s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 0.18s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY secretlint yes no 0.87s
✅ REPOSITORY syft yes no 0.43s
✅ REPOSITORY trivy yes no 4.59s
✅ XML xmllint 1 0 0.01s
✅ YAML prettier 8 0 0.75s
✅ YAML v8r 8 0 4.84s
✅ YAML yamllint 8 0 0.34s

See errors details in artifact MegaLinter reports on CI Job page _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

github-actions[bot] commented 2 years ago

Code Coverage

Package Line Rate Branch Rate Health
FhirPseudonymizer 77% 75% ✔
FhirPseudonymizer.Tests 99% 100% ✔
Summary 81% (479 / 589) 76% (61 / 80) ✔

Minimum allowed line rate is 50%


iter8 report


Experiment summary:
*******************

  Experiment completed: true
  No task failures: true
  Total number of tasks: 7
  Number of completed tasks: 7

Whether or not service level objectives (SLOs) are satisfied:
*************************************************************

  SLO Conditions                 | Satisfied
  --------------                 | ---------
  http/error-count <= 0          | true
  http/latency-mean (msec) <= 25 | true
  http/latency-p99 (msec) <= 50  | true

Latest observed values for metrics:
***********************************

  Metric                     | value
  -------                    | -----
  http/error-count           | 0.00
  http/error-rate            | 0.00
  http/latency-max (msec)    | 1653.25
  http/latency-mean (msec)   | 11.26
  http/latency-min (msec)    | 3.33
  http/latency-p50 (msec)    | 9.81
  http/latency-p75 (msec)    | 12.14
  http/latency-p90 (msec)    | 16.10
  http/latency-p95 (msec)    | 19.68
  http/latency-p99 (msec)    | 30.36
  http/latency-p99.9 (msec)  | 56.00
  http/latency-stddev (msec) | 21.39
  http/request-count         | 25000.00

iter8 report


Experiment summary:
*******************

  Experiment completed: true
  No task failures: true
  Total number of tasks: 7
  Number of completed tasks: 7

Whether or not service level objectives (SLOs) are satisfied:
*************************************************************

  SLO Conditions                 | Satisfied
  --------------                 | ---------
  http/error-count <= 0          | true
  http/latency-mean (msec) <= 25 | true
  http/latency-p99 (msec) <= 50  | true

Latest observed values for metrics:
***********************************

  Metric                     | value
  -------                    | -----
  http/error-count           | 0.00
  http/error-rate            | 0.00
  http/latency-max (msec)    | 1334.10
  http/latency-mean (msec)   | 8.65
  http/latency-min (msec)    | 2.65
  http/latency-p50 (msec)    | 7.69
  http/latency-p75 (msec)    | 9.11
  http/latency-p90 (msec)    | 11.45
  http/latency-p95 (msec)    | 14.06
  http/latency-p99 (msec)    | 23.93
  http/latency-p99.9 (msec)  | 56.36
  http/latency-stddev (msec) | 17.28
  http/request-count         | 25000.00
miracum-bot commented 2 years ago

:tada: This PR is included in version 2.14.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: