Skip to content

Commit

Permalink
update(plugins): bump version requirements in plugin rulesets
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <[email protected]>
  • Loading branch information
jasondellaluce authored and poiana committed May 26, 2022
1 parent 535eb1e commit 52366d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions plugins/cloudtrail/rules/aws_cloudtrail_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
# limitations under the License.
#

# All rules files related to plugins should require engine version 10
# All rules files related to plugins should require at least engine version 10
- required_engine_version: 10

# These rules can be read by cloudtrail plugin version 0.1.0, or
# anything semver-compatible.
- required_plugin_versions:
- name: cloudtrail
version: 0.2.3
Expand Down
5 changes: 3 additions & 2 deletions plugins/k8saudit/rules/k8s_audit_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
- required_engine_version: 11

- required_engine_version: 12

- required_plugin_versions:
- name: k8saudit
version: 0.1.0
- name: json
version: 0.2.2
version: 0.3.0

# Like always_true/always_false, but works with k8s audit events
- macro: k8s_audit_always_true
Expand Down

0 comments on commit 52366d2

Please sign in to comment.