miracum / fhir-pseudonymizer

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

feat: added entici support #96

Closed chgl closed 1 year ago

github-actions[bot] commented 1 year ago

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
⚠️ CSHARP csharpier 28 1 0.84s
✅ EDITORCONFIG editorconfig-checker 37 0 0.13s
✅ JSON eslint-plugin-jsonc 3 0 1.24s
✅ JSON jsonlint 3 0 0.21s
✅ JSON prettier 3 0 0.68s
✅ JSON v8r 3 0 2.9s
✅ MARKDOWN markdownlint 1 0 0.41s
✅ REPOSITORY checkov yes no 31.54s
✅ REPOSITORY dustilock yes no 0.03s
✅ REPOSITORY gitleaks yes no 0.55s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 1.62s
✅ REPOSITORY syft yes no 0.19s
✅ REPOSITORY trivy yes no 18.81s

See detailed report in MegaLinter reports _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 1 year ago

Code Coverage

Package Line Rate Branch Rate Health
FhirPseudonymizer.Tests 100% 100%
FhirPseudonymizer 74% 63%
Summary 80% (801 / 996) 67% (92 / 137)

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
  Number of completed loops: 1

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)    | 1255.44
  http/latency-mean (msec)   | 12.86
  http/latency-min (msec)    | 4.01
  http/latency-p50 (msec)    | 11.38
  http/latency-p75 (msec)    | 14.31
  http/latency-p90 (msec)    | 18.39
  http/latency-p95 (msec)    | 22.73
  http/latency-p99 (msec)    | 34.94
  http/latency-p99.9 (msec)  | 65.71
  http/latency-stddev (msec) | 16.73
  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
  Number of completed loops: 1

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)    | 954.57
  http/latency-mean (msec)   | 11.42
  http/latency-min (msec)    | 3.36
  http/latency-p50 (msec)    | 9.99
  http/latency-p75 (msec)    | 12.46
  http/latency-p90 (msec)    | 16.52
  http/latency-p95 (msec)    | 20.75
  http/latency-p99 (msec)    | 33.50
  http/latency-p99.9 (msec)  | 59.58
  http/latency-stddev (msec) | 13.08
  http/request-count         | 25000.00
miracum-bot commented 1 year ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: