Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions integration/signer/policy_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: my-vsp
spec:
imageVulnerabilityRequirements:
maximumFixableSeverity: MEDIUM
maximumUnfixableSeverity: MEDIUM
maximumFixableSeverity: HIGH
maximumUnfixableSeverity: HIGH
allowlistCVEs:
- projects/goog-vulnz/notes/CVE-2021-20305
- projects/goog-vulnz/notes/CVE-2020-10543
Expand Down
4 changes: 2 additions & 2 deletions samples/policy-check/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: my-vsp
spec:
imageVulnerabilityRequirements:
maximumFixableSeverity: MEDIUM
maximumUnfixableSeverity: MEDIUM
maximumFixableSeverity: HIGH
maximumUnfixableSeverity: HIGH
allowlistCVEs:
- projects/goog-vulnz/notes/CVE-2021-20305
- projects/goog-vulnz/notes/CVE-2020-10543
Expand Down
4 changes: 2 additions & 2 deletions samples/signer/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: my-vsp
spec:
imageVulnerabilityRequirements:
maximumFixableSeverity: MEDIUM
maximumUnfixableSeverity: MEDIUM
maximumFixableSeverity: HIGH
maximumUnfixableSeverity: HIGH
allowlistCVEs:
- projects/goog-vulnz/notes/CVE-2021-20305
- projects/goog-vulnz/notes/CVE-2020-10543
Expand Down