From f5d428f1766ab4bf39bcf281555e574ee3658b2a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 5 Sep 2026 11:10:17 +0100 Subject: [PATCH] Add inspec-docker-resources to bundle --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 13d7f164b..6e7c353ef 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,7 @@ source "https://rubygems.org" gem "cinc-auditor-bin", :source => "https://rubygems.cinc.sh" gem "cookstyle" +gem "inspec-docker-resources" gem "kitchen-dokken", ">= 2.23.0" gem "kitchen-inspec" gem "test-kitchen" diff --git a/Gemfile.lock b/Gemfile.lock index 9ca52e5a4..e69ea475e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -501,6 +501,8 @@ GEM concurrent-ruby (~> 1.0) ice_nine (0.11.2) inifile (3.0.0) + inspec-docker-resources (7.1.8) + inspec-core (>= 7.0) io-console (0.9.2) irb (1.18.0) pp (>= 0.6.0) @@ -867,6 +869,7 @@ PLATFORMS DEPENDENCIES cinc-auditor-bin! cookstyle + inspec-docker-resources kitchen-dokken (>= 2.23.0) kitchen-inspec test-kitchen -- 2.47.3