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

chore: improve configuration store initialization process #769

Merged

Conversation

gabrielsantosphilips
Copy link
Contributor

@gabrielsantosphilips gabrielsantosphilips commented Nov 12, 2024

Instead of erasing the inactive sector during the recovery process, the flash region is now first checked to see if it has already been erased. If the region is already cleared, the erase step is skipped to improve efficiency and reduce unnecessary wear on the flash memory.

Copy link
Contributor

github-actions bot commented Nov 12, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

Copy link
Contributor

github-actions bot commented Nov 12, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 12 0 0.04s
✅ CPP clang-format 994 3 0 6.5s
✅ DOCKERFILE hadolint 2 0 0.09s
✅ JSON jsonlint 9 0 0.13s
✅ JSON prettier 9 0 0 0.86s
⚠️ MARKDOWN markdownlint 6 0 4 1.72s
⚠️ MARKDOWN markdown-link-check 6 1 99.8s
✅ MARKDOWN markdown-table-formatter 6 0 0 0.31s
✅ REPOSITORY checkov yes no 20.03s
✅ REPOSITORY git_diff yes no 0.05s
✅ REPOSITORY grype yes no 16.96s
✅ REPOSITORY ls-lint yes no 0.07s
✅ REPOSITORY secretlint yes no 6.7s
✅ REPOSITORY trivy yes no 22.53s
✅ REPOSITORY trivy-sbom yes no 0.09s
✅ REPOSITORY trufflehog yes no 1.96s
⚠️ SPELL lychee 140 2 2.85s
⚠️ YAML prettier 23 1 1 1.27s
✅ YAML v8r 23 0 11.18s
✅ YAML yamllint 23 0 0.34s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@gabrielsantosphilips gabrielsantosphilips marked this pull request as ready for review November 13, 2024 09:47
@gabrielsantosphilips gabrielsantosphilips requested a review from a team as a code owner November 13, 2024 09:47
Copy link

sonarcloud bot commented Nov 14, 2024

@gabrielsantosphilips gabrielsantosphilips added this pull request to the merge queue Nov 14, 2024
Merged via the queue into main with commit 6942a68 Nov 14, 2024
34 checks passed
@gabrielsantosphilips gabrielsantosphilips deleted the feature/speed-up-configuration-store-initialization branch November 14, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants