Skip to content

Commit

Permalink
add support for build lifecycle and rhel7
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneboulden committed Jan 21, 2025
1 parent a767327 commit bc883db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions policies/ubi-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
{
"id": "53e1d1fb-bc1e-4ef3-98c3-8df0dd5679b8",
"name": "UBI version compliance",
"description": "All images on the cluster using the Red Hat Universal Base Image (UBI) must use at least versions 8.5 or 9.3",
"description": "All images on the cluster using the Red Hat Universal Base Image (UBI) must use at least versions 8.5 or 9.3",
"rationale": "Using an older UBI image potentially exposes the workload to additional vulnerabilities",
"remediation": "Update the base image to at least UBI 8.5 or 9.3",
"disabled": true,
"categories": [
"Package Management"
],
"lifecycleStages": [
"BUILD",
"DEPLOY"
],
"eventSource": "NOT_APPLICABLE",
Expand Down Expand Up @@ -66,7 +67,7 @@
"value": "redhat-release=9\\.[0-2]-[0-9]+(?:\\.[0-9]+)?\\.el9"
},
{
"value": "redhat-release=[6-7].*"
"value": "redhat-release-server=7.*"
}
]
}
Expand Down

0 comments on commit bc883db

Please sign in to comment.