Skip to content

Conversation

@fossabot
Copy link

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README.

Below are docs for integrating FOSSA license checks into your CI:

Signed off by: fossabot <badges@fossa.com>
@netlify
Copy link

netlify bot commented Oct 20, 2025

Deploy Preview for kmesh-net ready!

Name Link
🔨 Latest commit e64e144
🔍 Latest deploy log https://app.netlify.com/projects/kmesh-net/deploys/68f5a0076e02db0008b0bad4
😎 Deploy Preview https://deploy-preview-250--kmesh-net.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@kmesh-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign nlgwcy for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kmesh-bot
Copy link
Collaborator

Welcome @fossabot! It looks like this is your first PR to kmesh-net/website 🎉

@gemini-code-assist
Copy link

Summary of Changes

Hello @fossabot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request integrates FOSSA for license compliance tracking by updating the README.md file. It introduces FOSSA status badges, providing a quick visual indicator of the project's license health and linking to detailed reports on the FOSSA platform.

Highlights

  • FOSSA Integration: Integrated FOSSA for license scanning by adding status badges to the README.md file.
  • README Updates: Added an example of a FOSSA status shield badge within a markdown code block and a larger, live FOSSA status badge under a new 'License' section.
  • License Tracking: The newly added badges link directly to the FOSSA project page for the kmesh-net/website repository, enabling continuous tracking of license compliance.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request, likely automated by FOSSA, adds a license scan status badge to the README.md. While adding the badge is a good idea, there are a couple of placement and formatting issues. I've left comments to address them: one badge is incorrectly placed within a Markdown example, and the new 'License' section has some minor formatting problems (an extra blank line and a missing final newline).


```md
![image_description](/img/path/to/image.png)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkmesh-net%2Fwebsite.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkmesh-net%2Fwebsite?ref=badge_shield)

Choose a reason for hiding this comment

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

medium

The FOSSA status badge has been added to an example code block for how to include images in Markdown. This is likely to be confusing for contributors, as it's not part of the standard syntax for images and doesn't belong in a generic example. The badge is more appropriately placed only in the new "License" section.

Comment on lines +147 to +150


## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkmesh-net%2Fwebsite.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkmesh-net%2Fwebsite?ref=badge_large)

Choose a reason for hiding this comment

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

medium

There are a couple of minor formatting issues here. There's an extra blank line before the ## License heading, and the file is missing a final newline character. It's good practice to have a single blank line separating sections and to end files with a newline for POSIX compatibility and to avoid issues with some tools.

Suggested change
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkmesh-net%2Fwebsite.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkmesh-net%2Fwebsite?ref=badge_large)
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fkmesh-net%2Fwebsite.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fkmesh-net%2Fwebsite?ref=badge_large)

@hzxuzhonghu
Copy link
Member

@yashisrani can you help look into the license issue, scanned by fossa

@yashisrani
Copy link
Contributor

yashisrani commented Oct 20, 2025

@hzxuzhonghu

  • Looked into the FOSSA scan — the flagged issue is related to the project’s main license (Creative Commons Attribution 4.0).
  • This license is typically used for website and documentation content, so the flag is just for manual review and maintainer confirmation.
  • All dependency licenses (MIT, Apache, BSD, etc.) are compliant — no high-risk or conflicting licenses detected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants