miracum / fhir-pseudonymizer

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

feat: support setting encryption and crypto hash keys via appsettings #108

Closed chgl closed 1 year ago

github-actions[bot] commented 1 year ago

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 9 0 0.16s
✅ BASH bash-exec 1 0 0.01s
✅ BASH shellcheck 1 0 0.01s
✅ BASH shfmt 1 0 0.02s
⚠️ CSHARP csharpier 95 1 0.97s
✅ DOCKERFILE hadolint 1 0 0.09s
✅ EDITORCONFIG editorconfig-checker 182 0 1.13s
✅ JSON eslint-plugin-jsonc 25 0 4.85s
✅ JSON jsonlint 25 0 0.39s
✅ JSON prettier 25 0 2.29s
✅ JSON v8r 25 0 7.29s
✅ MARKDOWN markdownlint 3 0 0.82s
✅ PROTOBUF protolint 4 0 4.05s
✅ REPOSITORY checkov yes no 22.53s
✅ REPOSITORY dustilock yes no 0.03s
✅ REPOSITORY gitleaks yes no 0.48s
✅ REPOSITORY git_diff yes no 0.05s
✅ REPOSITORY grype yes no 12.46s
✅ REPOSITORY kics yes no 57.13s
✅ REPOSITORY secretlint yes no 1.36s
✅ REPOSITORY syft yes no 0.35s
✅ REPOSITORY trivy yes no 6.68s
✅ REPOSITORY trivy-sbom yes no 1.34s
✅ REPOSITORY trufflehog yes no 7.46s
✅ XML xmllint 2 0 0.01s
✅ YAML prettier 33 0 1.92s
✅ YAML v8r 33 0 28.26s
✅ YAML yamllint 33 0 0.76s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

_MegaLinter is graciously provided by OX Security_

github-actions[bot] commented 1 year ago

Code Coverage

Package Line Rate Branch Rate Health
FhirPseudonymizer 68% 63%
FhirPseudonymizer.Tests 100% 100%
Summary 76% (754 / 998) 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)    | 942.99
  http/latency-mean (msec)   | 10.66
  http/latency-min (msec)    | 3.53
  http/latency-p50 (msec)    | 8.94
  http/latency-p75 (msec)    | 11.00
  http/latency-p90 (msec)    | 15.54
  http/latency-p95 (msec)    | 21.40
  http/latency-p99 (msec)    | 35.25
  http/latency-p99.9 (msec)  | 65.45
  http/latency-stddev (msec) | 13.11
  http/request-count         | 25000.00
miracum-bot commented 1 year ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: