Skip to content

Commit

Permalink
fix: Update README.md (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: Ishaan Sehgal <ishaanforthewin@gmail.com>
  • Loading branch information
ishaansehgal99 authored Oct 18, 2023
1 parent b067e76 commit b8ab612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ make docker-build-kaito
4. Install KAITO helm chart

```bash
helm install kaito --set image.repository=${REGISTRY}/$(IMG_NAME) ./charts/kaito
helm install kaito --set image.repository=${REGISTRY}/${IMG_NAME} ./charts/kaito
```

5. Run KAITO workspace example
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Security

Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet) and [Xamarin](https://github.com/xamarin).

<!-- markdown-link-check-disable -->
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/security.md/definition), please report it to us as described below.

## Reporting Security Issues
Expand Down Expand Up @@ -37,5 +37,5 @@ We prefer all communications to be in English.
## Policy

Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd).

<!-- markdown-link-check-enable -->
<!-- END MICROSOFT SECURITY.MD BLOCK -->

0 comments on commit b8ab612

Please sign in to comment.