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

Add license scan report and status #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# KAM (Kusion Application Model)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FKusionStack%2Fkam.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FKusionStack%2Fkam?ref=badge_shield)


The Kusion Application Model represents KusionStack's opinionated abstraction of the core concepts during application delivery, and serves as a model source for the `kusion` tool when interpreting application developers' intent.

Expand All @@ -17,4 +19,7 @@ However, we have introduced the concept of [Kusion Modules](https://www.kusionst
The officially-maintained Kusion Modules are located in the [catalog](https://github.com/KusionStack/catalog) repository (source code) and [KusionStack container registry](https://github.com/orgs/KusionStack/packages) (published binaries). You can also build and publish your own modules. Here are some helpful starting points:
- [Kusion Module Concepts](https://www.kusionstack.io/docs/kusion/concepts/kusion-module)
- [Kusion Module Developer Guide](https://www.kusionstack.io/docs/kusion/concepts/kusion-module/develop-guide)
- [Kusion Module Scaffolding](https://github.com/KusionStack/kusion-module-scaffolding)
- [Kusion Module Scaffolding](https://github.com/KusionStack/kusion-module-scaffolding)

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