-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat: add support to resolve MAC address #792
Open
cassio-lazaro
wants to merge
6
commits into
main
Choose a base branch
from
feature/add-support-to-resolve-mac-address
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 12 | 0 | 0.05s | |
✅ CPP | clang-format | 1002 | 3 | 0 | 6.32s |
✅ DOCKERFILE | hadolint | 2 | 0 | 0.16s | |
✅ JSON | jsonlint | 7 | 0 | 0.2s | |
✅ JSON | prettier | 7 | 0 | 0 | 0.64s |
markdownlint | 6 | 0 | 4 | 1.3s | |
markdown-link-check | 6 | 1 | 120.35s | ||
✅ MARKDOWN | markdown-table-formatter | 6 | 0 | 0 | 0.21s |
✅ REPOSITORY | checkov | yes | no | 19.23s | |
✅ REPOSITORY | git_diff | yes | no | 0.05s | |
✅ REPOSITORY | grype | yes | no | 9.46s | |
✅ REPOSITORY | ls-lint | yes | no | 0.07s | |
✅ REPOSITORY | secretlint | yes | no | 6.13s | |
✅ REPOSITORY | trivy | yes | no | 5.75s | |
✅ REPOSITORY | trivy-sbom | yes | no | 0.08s | |
✅ REPOSITORY | trufflehog | yes | no | 3.44s | |
lychee | 137 | 1 | 7.59s | ||
prettier | 22 | 1 | 1 | 0.92s | |
✅ YAML | v8r | 22 | 0 | 8.95s | |
✅ YAML | yamllint | 22 | 0 | 0.46s |
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
225fb93
to
ded9b92
Compare
Return the resolved MAC address instead of the random public one
Return the resolved MAC address instead of the random one
ded9b92
to
5ace85b
Compare
|
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