File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2727 -@rm -rf node_modules .astro dist
2828
2929.PHONY : integrate_outside_files
30- integrate_outside_files : code_of_conduct governance lostandfound coding_conventions coding_conventions_cpp
30+ integrate_outside_files : code_of_conduct governance lostandfound coding_conventions coding_conventions_cpp security
3131
3232.PHONY : code_of_conduct
3333code_of_conduct : ../../CODE_OF_CONDUCT.md
@@ -54,3 +54,9 @@ coding_conventions: ../../CODING_CONVENTIONS.md
5454coding_conventions_cpp : ../../CODING_CONVENTIONS_C++.md
5555 -@echo " Generating C++ Coding Conventions documentation..."
5656 -@sed ' 1,2d' $< | cat ./templates/CODING_CONVENTIONS_CPP.template.md - > ../guides/generated/CODING_CONVENTIONS_CPP.md
57+
58+ .PHONY : security
59+ security : ../../SECURITY.md
60+ -@mkdir -p ../guides/generated
61+ -@echo " Generating Security Guidelines..."
62+ -@sed ' 1,2d' $< | cat ./templates/SECURITY.template.md - > ../guides/generated/SECURITY.md
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ export default defineConfig({
9090 "general/structure" ,
9191 "general/vision" ,
9292 "general/governance" ,
93+ "general/security" ,
9394 ] ,
9495 } ,
9596 {
You can’t perform that action at this time.
0 commit comments