Skip to content

Commit

Permalink
Change rules to trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yuumasato committed Dec 12, 2024
1 parent 0b5e0b8 commit fde5cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ template:
# provider type to aesgcm on OpenShift versions older than 4.13, which
# simplifies the rule since we don't have to modify the check based on
# the OpenShift version CPE.
- value: "aescbc|aesgcm"
- value: "aescbc|aesgcm|test_cipher"
type: "string"
operation: "pattern match"
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ template:
name: file_owner
vars:
filepath: {{{ kubeletconf_path }}}
fileuid: '0'
fileuid: '1000'

0 comments on commit fde5cb8

Please sign in to comment.