From 8882463b7020efb147ef9a5caa921fe933756d9d Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Tue, 22 Oct 2024 08:24:45 -0500 Subject: [PATCH] Accept 'id' and 'benchmark_version' in profiles --- lib/scelint.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/scelint.rb b/lib/scelint.rb index d6507f1..57b3299 100644 --- a/lib/scelint.rb +++ b/lib/scelint.rb @@ -189,6 +189,8 @@ def check_profiles(file, data) 'ces', 'checks', 'confine', + 'id', + 'benchmark_version', ] data.each do |profile, value|