File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -116,5 +116,5 @@ suites:
116116 verifier :
117117 inspec_tests :
118118 - git : https://github.com/aaronlippold/nginx-baseline.git
119- # attrs:
120- # - aws.attributes.yml
119+ attrs :
120+ - aws.attributes.yml
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ group :development do
2727end
2828
2929group :integration do
30- gem 'test-kitchen' , '~> 1.16.0 '
30+ gem 'test-kitchen' , '~> 1.20 '
3131 gem 'kitchen-vagrant'
3232 gem 'kitchen-dokken'
3333 gem 'kitchen-inspec'
Original file line number Diff line number Diff line change @@ -553,7 +553,9 @@ allowed_packages_list:
553553 " cronie" ,
554554 " trousers" ,
555555 ' qemu-guest-agent' ,
556- ' libverto-libevent' ]
556+ ' libverto-libevent' ,
557+ ' wget' ,
558+ ' unzip' ]
557559
558560
559561# description: 'List of disallowed packages',
You can’t perform that action at this time.
0 commit comments