From 311fba40d579ab9b1cf9d12e75ef6d9583fc4ea9 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Mon, 23 Feb 2026 20:26:46 +1000 Subject: [PATCH] Delete .github/instructions/snyk_rules.instructions.md --- .github/instructions/snyk_rules.instructions.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/instructions/snyk_rules.instructions.md diff --git a/.github/instructions/snyk_rules.instructions.md b/.github/instructions/snyk_rules.instructions.md deleted file mode 100644 index eef0634..0000000 --- a/.github/instructions/snyk_rules.instructions.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -alwaysApply: true -always_on: true -trigger: always_on -applyTo: "**" -description: Snyk Security At Inception ---- - -# Project security best practices - -- Always run snyk_code_scan tool for new first party code that is generated in a Snyk-supported language. -- If any security issues are found based on newly introduced or modified code or dependencies, attempt to fix the issues using the results context from Snyk. -- Rescan the code after fixing the issues to ensure that the issues were fixed and that there are no newly introduced issues. -- Repeat this process until no new issues are found.