mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-14 15:04:56 +03:00
28 lines
866 B
Markdown
28 lines
866 B
Markdown
# 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 | | |
|