Skip to content

Commit

Permalink
Rule changes to trigger CTF
Browse files Browse the repository at this point in the history
These changes should be identified by CTF and Prow tests should be
started automatically.
  • Loading branch information
yuumasato committed Oct 25, 2024
1 parent 04434a2 commit 683175c
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 683175c

Please sign in to comment.