Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: fixed multi-platform build #186

Merged
merged 2 commits into from
Jul 10, 2024
Merged

build: fixed multi-platform build #186

merged 2 commits into from
Jul 10, 2024

Conversation

chgl
Copy link
Contributor

@chgl chgl commented Jul 10, 2024

No description provided.

Copy link

github-actions bot commented Jul 10, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.13s
✅ BASH bash-exec 1 0 0.0s
✅ BASH shellcheck 1 0 0.01s
✅ BASH shfmt 1 0 0.04s
✅ CSHARP csharpier 95 0 4.57s
⚠️ CSHARP roslynator 3 2 46.32s
✅ DOCKERFILE hadolint 1 0 0.08s
✅ EDITORCONFIG editorconfig-checker 181 0 0.78s
✅ JSON jsonlint 27 0 0.3s
✅ JSON prettier 27 0 4.24s
✅ JSON v8r 27 0 9.78s
✅ MARKDOWN markdownlint 4 0 1.12s
✅ PROTOBUF protolint 4 0 7.56s
✅ REPOSITORY checkov yes no 15.0s
✅ REPOSITORY dustilock yes no 0.04s
✅ REPOSITORY gitleaks yes no 0.76s
✅ REPOSITORY git_diff yes no 0.07s
✅ REPOSITORY grype yes no 16.93s
✅ REPOSITORY kics yes no 20.11s
✅ REPOSITORY secretlint yes no 1.24s
✅ REPOSITORY syft yes no 0.56s
✅ REPOSITORY trivy yes no 8.85s
✅ REPOSITORY trivy-sbom yes no 1.19s
✅ REPOSITORY trufflehog yes no 4.68s
✅ XML xmllint 2 0 0.02s
✅ YAML prettier 29 0 2.99s
✅ YAML v8r 29 0 39.79s
✅ YAML yamllint 29 0 1.05s

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

Copy link

Trivy image scan report

ghcr.io/miracum/fhir-pseudonymizer:pr-186 (ubuntu 24.04)

No Vulnerabilities found

No Misconfigurations found

opt/fhir-pseudonymizer/FhirPseudonymizer.deps.json

No Vulnerabilities found

No Misconfigurations found

opt/fhir-pseudonymizer/packages.lock.json

No Vulnerabilities found

No Misconfigurations found

usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.6/Microsoft.AspNetCore.App.deps.json

1 known vulnerabilities found (MEDIUM: 0 LOW: 0 CRITICAL: 0 HIGH: 1)

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
Microsoft.AspNetCore.App.Runtime.linux-x64 CVE-2024-35264 HIGH 8.0.6 8.0.7

No Misconfigurations found

usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.6/Microsoft.NETCore.App.deps.json

No Vulnerabilities found

No Misconfigurations found

Copy link

github-actions bot commented Jul 10, 2024

Code Coverage

Package Line Rate Branch Rate Health
FhirPseudonymizer.Tests 100% 100%
FhirPseudonymizer 74% 65%
Summary 81% (816 / 1008) 68% (93 / 136)

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) <= 85  | true
  

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

  Metric                     | value
  -------                    | -----
  http/error-count           | 0.00
  http/error-rate            | 0.00
  http/latency-max (msec)    | 929.98
  http/latency-mean (msec)   | 14.87
  http/latency-min (msec)    | 2.13
  http/latency-p50 (msec)    | 8.06
  http/latency-p75 (msec)    | 15.89
  http/latency-p90 (msec)    | 43.05
  http/latency-p95 (msec)    | 52.98
  http/latency-p99 (msec)    | 69.02
  http/latency-p99.9 (msec)  | 102.86
  http/latency-stddev (msec) | 20.05
  http/request-count         | 25000.00
  

@chgl chgl merged commit 71d2d84 into master Jul 10, 2024
14 checks passed
miracum-bot pushed a commit that referenced this pull request Jul 10, 2024
## [2.21.12](v2.21.11...v2.21.12) (2024-07-10)

### Documentation

* updated scorecard badge ([#181](#181)) ([9dbd32f](9dbd32f))

### Miscellaneous Chores

* **deps:** update dependency verify.xunit to v25.1.1 ([#183](#183)) ([b1c8117](b1c8117))
* **deps:** update docker.io/library/postgres:16.3 docker digest to 3cc4d8c ([#182](#182)) ([0a92435](0a92435))
* **deps:** update quay.io/keycloak/keycloak docker tag to v25 ([#180](#180)) ([95f31fd](95f31fd))

### Build

* added linux/arm64 images ([#185](#185)) ([1b66b34](1b66b34))
* fixed multi-platform build ([#186](#186)) ([71d2d84](71d2d84))
@miracum-bot
Copy link

🎉 This issue has been resolved in version 2.21.12 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@chgl chgl deleted the fix-multi-arch-build branch November 17, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants