Skip to content

Commit c70eef1

Browse files
committed
Add FOSSA license validation badge to readme.md
Signed-off-by: David Justice <david@devigned.com>
1 parent 40ef9e3 commit c70eef1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Make sure the following are installed:
4141

4242
Ensure that KVM is enabled: On an Azure VM using a size that supports nested virtualisation:
4343

44-
`sudo apt install cpu-checker && kvm-ok`
44+
`sudo apt install cpu-checker && kvm-ok`
4545

46-
If KVM is installed and available you should see the output
46+
If KVM is installed and available you should see the output
4747

4848
``` console
4949
INFO: /dev/kvm exists
@@ -80,7 +80,7 @@ just test
8080
cargo run --example helloworld
8181
```
8282

83-
# Component Model support
83+
## Component Model support
8484

8585
Hyperlight-Wasm has experimental support for running WebAssembly
8686
Component Model components, rather than core wasm modules. In this
@@ -111,3 +111,7 @@ Conduct](https://opensource.microsoft.com/codeofconduct/).
111111
For more information see the [Code of Conduct
112112
FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact
113113
[opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
114+
115+
## FOSSA Status
116+
[![FOSSA License Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight-wasm.svg?type=shield&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight-wasm?ref=badge_shield&issueType=license)
117+
[![FOSSA Security Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight-wasm.svg?type=shield&issueType=security)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight-wasm?ref=badge_shield&issueType=security)

0 commit comments

Comments
 (0)