From 22c60c5de5a44e541572f94cd1559820a4f82862 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Thu, 25 Dec 2025 15:47:28 +0000 Subject: [PATCH] feat: add .actrc configuration and update file paths in COPILOT_SDLC_SUMMARY.md --- .actrc | 3 +++ .github/COPILOT_SDLC_SUMMARY.md | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .actrc diff --git a/.actrc b/.actrc new file mode 100644 index 000000000..9a588c32f --- /dev/null +++ b/.actrc @@ -0,0 +1,3 @@ +-P ubuntu-latest=catthehacker/ubuntu:act-latest +--env ACT=true +-v diff --git a/.github/COPILOT_SDLC_SUMMARY.md b/.github/COPILOT_SDLC_SUMMARY.md index 7e9338604..c6f52ac92 100644 --- a/.github/COPILOT_SDLC_SUMMARY.md +++ b/.github/COPILOT_SDLC_SUMMARY.md @@ -343,9 +343,8 @@ Copilot generates: **Files:** - `.github/workflows/README.md` - Workflow documentation - `docs/getting-started/PRD.md` - Product requirements -TODO: SECURITY.md lives at docs/security/SECURITY.md and project overview is docs/README.md; update paths here. -- `SECURITY.md` - Security policies -- `README.md` - Project overview +- `docs/security/SECURITY.md` - Security policies +- `docs/README.md` - Project overview ---