Skip to content

Commit

Permalink
fix rule names of policy exception (#1637)
Browse files Browse the repository at this point in the history
* fix rule names of policy exception
* update changelog
* update nancy-ignore
  • Loading branch information
bdehri committed Aug 3, 2023
1 parent dab26b4 commit bc3faa9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nancy-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ CVE-2023-29401
CVE-2023-26125

# golang/google.golang.org/grpc@v1.52.0
CVE-2023-32731 until=2023-07-30
CVE-2023-32731 until=2023-08-30
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fix rule names of PolicyException.

### Changed

- Patch app operator version on all apps instead of just optional ones.
Expand Down
6 changes: 4 additions & 2 deletions helm/cluster-operator/templates/pss-exceptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ spec:
exceptions:
- policyName: disallow-capabilities-strict
ruleNames:
- disallow-capabilities
- autogen-disallow-capabilities
- adding-capabilities-strict
- autogen-adding-capabilities-strict
- require-drop-all
- autogen-require-drop-all
- policyName: disallow-privilege-escalation
ruleNames:
- privilege-escalation
Expand Down

0 comments on commit bc3faa9

Please sign in to comment.