diff --git a/Makefile b/Makefile index b578658f7ae..acb054d6376 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ binaries: clean \ cp -aL examples _output/share/lima mkdir -p _output/share/doc/lima cp -aL *.md LICENSE docs _output/share/doc/lima + echo "Moved to https://github.com/lima-vm/.github/blob/main/SECURITY.md" >_output/share/doc/lima/SECURITY.md ifneq ($(GOOS),windows) ln -sf ../../lima/examples _output/share/doc/lima else diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index a2d3ba0d98b..00000000000 --- a/SECURITY.md +++ /dev/null @@ -1,3 +0,0 @@ -# Reporting security issues - -To report security issues, please reach out to the [maintainers](MAINTAINERS.md) directly via an e-mail.