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

use newer gopacket to solve DNS parsing issue #439

Merged
merged 1 commit into from
Dec 17, 2024
Merged

use newer gopacket to solve DNS parsing issue #439

merged 1 commit into from
Dec 17, 2024

Conversation

matthyx
Copy link
Contributor

@matthyx matthyx commented Dec 17, 2024

No description provided.

@matthyx matthyx requested a review from amitschendel December 17, 2024 11:50
@matthyx matthyx added the release Create release label Dec 17, 2024
Copy link

Summary:

  • License scan: failure
  • Credentials scan: failure
  • Vulnerabilities scan: failure
  • Unit test: success
  • Go linting: success

@@ -294,7 +294,7 @@ func main() {
// Create the SBOM manager
var sbomManager sbommanager.SbomManagerClient
if cfg.EnableSbomGeneration {
sbomManager, err = sbommanagerv1.CreateSbomManager(ctx, cfg, igK8sClient.SocketPath, storageClient)
sbomManager, err = sbommanagerv1.CreateSbomManager(ctx, cfg, igK8sClient.RuntimeSocketPath, storageClient)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is because when merging my PR they requested to rename the field

Copy link

Summary:

  • License scan: failure
  • Credentials scan: failure
  • Vulnerabilities scan: failure
  • Unit test: success
  • Go linting: success

@matthyx matthyx merged commit 7ae0543 into main Dec 17, 2024
19 checks passed
@matthyx matthyx deleted the gopacket branch December 17, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Create release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants