Skip to content

Commit 2553cad

Browse files
TMHSDigitalclaude
andauthored
chore: stamp skills/rules content to standards-version 1.10.0 (#46)
Updated 27 files. Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0f6df05 commit 2553cad

27 files changed

Lines changed: 27 additions & 27 deletions

File tree

rules/buildx-best-practices.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ globs:
77
- "**/docker-compose*.yaml"
88
- "**/compose*.yml"
99
- "**/compose*.yaml"
10-
standards-version: 1.9.0
10+
standards-version: 1.10.0
1111
---
1212

1313
# Buildx Best Practices

rules/compose-scaling.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ globs:
66
- "**/docker-compose*.yaml"
77
- "**/compose*.yml"
88
- "**/compose*.yaml"
9-
standards-version: 1.9.0
9+
standards-version: 1.10.0
1010
---
1111

1212
# Compose Scaling

rules/compose-validation.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ globs:
66
- "**/docker-compose*.yaml"
77
- "**/compose*.yml"
88
- "**/compose*.yaml"
9-
standards-version: 1.9.0
9+
standards-version: 1.10.0
1010
---
1111

1212
# Docker Compose Validation Rules

rules/docker-image-pinning.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ globs:
77
- "**/docker-compose*.yaml"
88
- "**/compose*.yml"
99
- "**/compose*.yaml"
10-
standards-version: 1.9.0
10+
standards-version: 1.10.0
1111
---
1212

1313
# Docker Image Tag Pinning

rules/docker-logging.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ globs:
77
- "**/docker-compose*.yaml"
88
- "**/compose*.yml"
99
- "**/compose*.yaml"
10-
standards-version: 1.9.0
10+
standards-version: 1.10.0
1111
---
1212

1313
# Docker Logging Validation Rules

rules/docker-port-conflicts.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ globs:
77
- "**/compose*.yml"
88
- "**/compose*.yaml"
99
- "**/Dockerfile*"
10-
standards-version: 1.9.0
10+
standards-version: 1.10.0
1111
---
1212

1313
# Docker Port Conflict Detection

rules/docker-resource-limits.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ globs:
88
- "**/compose*.yaml"
99
- "**/Dockerfile*"
1010
- "**/*docker*"
11-
standards-version: 1.9.0
11+
standards-version: 1.10.0
1212
---
1313

1414
# Docker Resource Limits

rules/docker-secrets.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Flag hardcoded passwords, tokens, and registry credentials in Docker configurations. Suggest environment variables or Docker secrets.
33
alwaysApply: true
4-
standards-version: 1.9.0
4+
standards-version: 1.10.0
55
---
66

77
# Docker Secrets and Credential Safety

rules/dockerfile-lint.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flag common Dockerfile antipatterns including unpinned base images,
33
alwaysApply: false
44
globs:
55
- "**/Dockerfile*"
6-
standards-version: 1.9.0
6+
standards-version: 1.10.0
77
---
88

99
# Dockerfile Linting Rules

rules/swarm-security.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ globs:
99
- "**/compose*.yaml"
1010
- "**/docker-stack*.yml"
1111
- "**/docker-stack*.yaml"
12-
standards-version: 1.9.0
12+
standards-version: 1.10.0
1313
---
1414

1515
# Swarm Security

0 commit comments

Comments
 (0)