mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-26 22:20:59 +03:00
Initial commit - 611 cybersecurity skills across all subdomains
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# Container Scanning Implementation Template
|
||||
|
||||
## Image Registry Scanning Configuration
|
||||
|
||||
| Registry | URL | Auth Method | Auto-scan | Schedule |
|
||||
|----------|-----|-------------|-----------|----------|
|
||||
| | | | [ ] Yes | |
|
||||
|
||||
## Severity Threshold Policy
|
||||
|
||||
| Environment | Block Critical | Block High | Block Medium | Block Unfixable |
|
||||
|-------------|---------------|------------|--------------|-----------------|
|
||||
| Development | [ ] | [ ] | [ ] | [ ] |
|
||||
| Staging | [x] | [ ] | [ ] | [ ] |
|
||||
| Production | [x] | [x] | [ ] | [ ] |
|
||||
|
||||
## Accepted Risk Register (.trivyignore)
|
||||
|
||||
| CVE ID | Package | Reason | Accepted By | Expiry Date |
|
||||
|--------|---------|--------|-------------|-------------|
|
||||
| | | | | |
|
||||
|
||||
## SBOM Tracking
|
||||
|
||||
| Image | SBOM Format | Storage Location | Last Generated |
|
||||
|-------|-------------|------------------|----------------|
|
||||
| | [ ] CycloneDX [ ] SPDX | | |
|
||||
Reference in New Issue
Block a user