Skip to content

Commit 12a9f00

Browse files
committed
tidy
1 parent b75ba03 commit 12a9f00

13 files changed

Lines changed: 15 additions & 582 deletions

.github/chatmodes/create_instructions.chatmode.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/copilot-instructions.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,16 @@
55

66
## Language-Specific Instructions
77
Always follow security best practices as outlined in:
8-
- .github/instructions/general/SECURITY.md
8+
- .github/instructions/general/security.instructions.md
99
Follow additional language-specific guidelines in:
10-
- .github/instructions/language-specific/INSTRUCTIONS-CDK.md
11-
- .github/instructions/language-specific/INSTRUCTIONS-CLOUDFORMATION.md
12-
- .github/instructions/language-specific/INSTRUCTIONS-JAVA.md
13-
- .github/instructions/language-specific/INSTRUCTIONS-KOTLIN.md
14-
- .github/instructions/language-specific/INSTRUCTIONS-PYTHON.md
15-
- .github/instructions/language-specific/INSTRUCTIONS-TERRAFORM.md
16-
- .github/instructions/language-specific/INSTRUCTIONS-SAM.md
17-
- .github/instructions/language-specific/INSTRUCTIONS-TYPESCRIPT.md
10+
- .github/instructions/language-specific/cdk.instructions.md
11+
- .github/instructions/language-specific/cloudformation.instructions.md
12+
- .github/instructions/language-specific/python.instructions.md
13+
- .github/instructions/language-specific/terraform.instructions.md
14+
- .github/instructions/language-specific/sam.instructions.md
15+
- .github/instructions/language-specific/typescript.instructions.md
1816

1917
## Project-Specific Rules
2018
- Use our custom logging service
2119
- Follow our specific API patterns
22-
- Use project-specific error handling
20+
- Use project-specific error handling

.github/instructions/general/SECURITY.md renamed to .github/instructions/general/security.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applyTo: '*'
2+
applyTo: '*/*'
33
description: "Comprehensive secure coding instructions for all languages and frameworks, based on OWASP Top 10 and industry best practices."
44
---
55
# Secure Coding and OWASP Guidelines

.github/instructions/instructions.intstructions.md

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)