feat: add support to resolve MAC address#792
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
Contributor
🦙 MegaLinter status:
|
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 12 | 0 | 0.05s | |
| ✅ CPP | clang-format | 1002 | 3 | 0 | 6.66s |
| ✅ DOCKERFILE | hadolint | 2 | 0 | 0.13s | |
| ✅ JSON | jsonlint | 7 | 0 | 0.19s | |
| ✅ JSON | prettier | 7 | 0 | 0 | 0.78s |
| markdownlint | 6 | 0 | 4 | 1.4s | |
| markdown-link-check | 6 | 1 | 103.78s | ||
| ✅ MARKDOWN | markdown-table-formatter | 6 | 0 | 0 | 0.21s |
| ✅ REPOSITORY | checkov | yes | no | 20.77s | |
| ✅ REPOSITORY | git_diff | yes | no | 0.05s | |
| ✅ REPOSITORY | grype | yes | no | 8.96s | |
| ✅ REPOSITORY | ls-lint | yes | no | 0.07s | |
| ✅ REPOSITORY | secretlint | yes | no | 6.28s | |
| ✅ REPOSITORY | trivy | yes | no | 5.21s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | 0.08s | |
| ✅ REPOSITORY | trufflehog | yes | no | 3.44s | |
| lychee | 137 | 1 | 4.36s | ||
| prettier | 22 | 1 | 1 | 0.82s | |
| ✅ YAML | v8r | 22 | 0 | 11.11s | |
| ✅ YAML | yamllint | 22 | 0 | 0.43s |
See detailed report in MegaLinter reports
761fc3f to
e7c9126
Compare
132c841 to
37ae0f7
Compare
richardapeters
approved these changes
Jan 6, 2025
37ae0f7 to
863b575
Compare
oguzcanoguz
approved these changes
Jan 14, 2025
f696da4 to
ba76e72
Compare
oguzcanoguz
approved these changes
Jan 20, 2025
oguzcanoguz
reviewed
Jan 20, 2025
c519eca to
ab3e057
Compare
ab3e057 to
d12658a
Compare
2ce9daa to
e727621
Compare
02a624d to
24b452c
Compare
ded9b92 to
5ace85b
Compare
Return the resolved MAC address instead of the random public one
Return the resolved MAC address instead of the random one
5ace85b to
60f3d9c
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Return the resolved MAC address instead of the random one.
All the PRs have to be ready beforehand and merged in sequence.
Related work