-
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
3
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
+35
−0
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.4s |
✅ DOCKERFILE | hadolint | 2 | 0 | 0.14s | |
✅ JSON | jsonlint | 7 | 0 | 0.19s | |
✅ JSON | prettier | 7 | 0 | 0 | 0.66s |
markdownlint | 6 | 0 | 4 | 1.19s | |
markdown-link-check | 6 | 1 | 131.4s | ||
✅ MARKDOWN | markdown-table-formatter | 6 | 0 | 0 | 0.21s |
✅ REPOSITORY | checkov | yes | no | 19.39s | |
✅ REPOSITORY | git_diff | yes | no | 0.05s | |
✅ REPOSITORY | grype | yes | no | 9.2s | |
✅ REPOSITORY | ls-lint | yes | no | 0.06s | |
✅ REPOSITORY | secretlint | yes | no | 6.18s | |
✅ REPOSITORY | trivy | yes | no | 5.91s | |
✅ REPOSITORY | trivy-sbom | yes | no | 0.08s | |
✅ REPOSITORY | trufflehog | yes | no | 3.38s | |
lychee | 137 | 1 | 4.53s | ||
prettier | 22 | 1 | 1 | 0.86s | |
✅ YAML | v8r | 22 | 0 | 9.35s | |
✅ YAML | yamllint | 22 | 0 | 0.44s |
See detailed report in MegaLinter reports
cassio-lazaro
force-pushed
the
feature/add-support-to-resolve-mac-address
branch
3 times, most recently
from
December 18, 2024 16:25
761fc3f
to
e7c9126
Compare
cassio-lazaro
force-pushed
the
feature/add-support-to-resolve-mac-address
branch
from
December 30, 2024 11:06
132c841
to
37ae0f7
Compare
richardapeters
changed the title
feat!: add support to resolve MAC address
feat: add support to resolve MAC address
Jan 6, 2025
richardapeters
approved these changes
Jan 6, 2025
Return the resolved MAC address instead of the random public one
cassio-lazaro
force-pushed
the
feature/add-support-to-resolve-mac-address
branch
from
January 9, 2025 12:20
37ae0f7
to
863b575
Compare
Quality Gate passedIssues Measures |
oguzcanoguz
approved these changes
Jan 14, 2025
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