Skip to content

Commit b8ab612

Browse files
fix: Update README.md (kaito-project#82)
Signed-off-by: Ishaan Sehgal <[email protected]>
1 parent b067e76 commit b8ab612

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ make docker-build-kaito
4343
4. Install KAITO helm chart
4444

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

4949
5. Run KAITO workspace example

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Security
44

55
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).
6-
6+
<!-- markdown-link-check-disable -->
77
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.
88

99
## Reporting Security Issues
@@ -37,5 +37,5 @@ We prefer all communications to be in English.
3737
## Policy
3838

3939
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd).
40-
40+
<!-- markdown-link-check-enable -->
4141
<!-- END MICROSOFT SECURITY.MD BLOCK -->

0 commit comments

Comments
 (0)