From ff350e1e995c09d4403cc945ce7ca5326735e155 Mon Sep 17 00:00:00 2001 From: fossabot Date: Fri, 11 Oct 2024 22:38:39 -0400 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf0b575..9a59971 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Kusion Module Scaffolding +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FKusionStack%2Fkusion-module-scaffolding.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FKusionStack%2Fkusion-module-scaffolding?ref=badge_shield) + *This is a quick start template repository for developing a Kusion module, which is built on the [Kusion Module Framework](https://github.com/KusionStack/kusion-module-framework).* @@ -110,4 +112,7 @@ To develop your own module, start with this scaffold and: - Modify the generator implementation including unit tests in the `src/` directory - Modify the example in the `example` directory and `README.md` accordingly -For a more through walkthrough including how to publish a module, please refer to the [Kusion Module Developer Guide](https://www.kusionstack.io/docs/kusion/concepts/kusion-module/develop-guide). \ No newline at end of file +For a more through walkthrough including how to publish a module, please refer to the [Kusion Module Developer Guide](https://www.kusionstack.io/docs/kusion/concepts/kusion-module/develop-guide). + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FKusionStack%2Fkusion-module-scaffolding.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FKusionStack%2Fkusion-module-scaffolding?ref=badge_large) \ No newline at end of file