Fix the applyTo property in the instructions files

Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
This commit is contained in:
André Silva 2025-07-11 08:56:22 +01:00
parent 8a37c38789
commit d084f7868a
No known key found for this signature in database
GPG Key ID: F1694EC5F3F13898
7 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
---
applyTo: ['*']
applyTo: '*'
description: 'Comprehensive best practices for creating optimized, secure, and efficient Docker images and managing containers. Covers multi-stage builds, image layer optimization, security scanning, and runtime best practices.'
---

View File

@ -1,5 +1,5 @@
---
applyTo: ['*']
applyTo: '*'
description: 'Foundational instructions covering core DevOps principles, culture (CALMS), and key metrics (DORA) to guide GitHub Copilot in understanding and promoting effective software delivery.'
---

View File

@ -1,5 +1,5 @@
---
applyTo: ['*']
applyTo: '*'
description: 'Comprehensive guide for building robust, secure, and efficient CI/CD pipelines using GitHub Actions. Covers workflow structure, jobs, steps, environment variables, secret management, caching, matrix strategies, testing, and deployment strategies.'
---

View File

@ -1,5 +1,5 @@
---
applyTo: ['*']
applyTo: '*'
description: 'Comprehensive best practices for deploying and managing applications on Kubernetes. Covers Pods, Deployments, Services, Ingress, ConfigMaps, Secrets, health checks, resource limits, scaling, and security contexts.'
---

View File

@ -1,5 +1,5 @@
---
applyTo: ["*"]
applyTo: "*"
description: "Comprehensive secure coding instructions for all languages and frameworks, based on OWASP Top 10 and industry best practices."
---
# Secure Coding and OWASP Guidelines