Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create features.yaml for Container registry #526

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions services/devtools/containerReg/features.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
common_features:
- CCC.F01 # Encryption in Transit Enabled by Default
- CCC.F02 # Encryption at Rest Enabled by Default
- CCC.F03 # Access/Activity Logs
- CCC.F04 # Transaction Rate Limits
- CCC.F06 # Identity-Based Access Control
- CCC.F07 # Event Notifications
- CCC.F09 # Monitoring
- CCC.F14 # API Access
- CCC.F18 # Versioning
- CCC.F21 # Replication

features:
- id: CCC.ContReg.F01 # Artifact Storage
title: Artifact Storage
description: |
Provides secure storage for container images and language packages such as Maven and npm artifacts.

- id: CCC.ContReg.F03 # Integration with CI/CD Tooling
title: Integration with CI/CD Tooling
description: |
Seamlessly integrates with CI/CD pipelines to automate build, test, and deployment processes.

- id: CCC.ContReg.F04 # Vulnerability Scanning Integration
title: Vulnerability Scanning Integration
description: |
Integrates with vulnerability scanning tools to automatically scan artifacts for security vulnerabilities.

- id: CCC.ContReg.F05 # Cleanup Policies
title: Cleanup Policies
description: |
Supports defining policies for automatic deletion of unused or outdated artifacts to manage storage effectively.
Loading