Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
  • Loading branch information
TylerGillson authored Apr 8, 2024
1 parent 9a50145 commit 02128df
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ The Kubescape [validator](https://github.com/spectrocloud-labs/validator) plugin
## Description
The Kubescape validator plugin reconciles `KubescapeValidator` custom resources to perform the following validations against your Kubescape API:

1. Specify cluster CVE severity limits
2. Flag cluster if specific CVE is found within cluster
1. Define configurable thresholds for Vulnerabilities, by Severity. If the # of CVEs detected exceeds the limit, a failed ValidationResult is generated.
- Optionally ignore/omit specific CVEs
- CVE details are included in a ValidationResult
2. Flag specific Vulnerability IDs
- Generate a failed ValidationResult if a specific CVE is found in any image

Each `KubescapeValidator` CR is (re)-processed every two minutes to continuously ensure that your network matches the expected state.


## Installation

The Network validator plugin is meant to be installed by validator (via a ValidatorConfig), but it can also be installed directly as follows:
Expand Down Expand Up @@ -119,4 +121,4 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
http://www.apache.org/licenses/LICENSE-2.0
```

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0 comments on commit 02128df

Please sign in to comment.