From fb8378ddcc189fdc5bc64e0265a55e6799f4398a 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 2e85c97..4a09ecf 100644 --- a/lib/scelint.rb +++ b/lib/scelint.rb @@ -185,6 +185,8 @@ def check_profiles(file, file_data) 'ces', 'checks', 'confine', + 'id', + 'benchmark_version', ] file_data.each do |profile, value|