-
Notifications
You must be signed in to change notification settings - Fork 1
/
kitchen.yml
45 lines (40 loc) · 892 Bytes
/
kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Copyright:: Mondoo, Inc.
# SPDX-License-Identifier: BUSL-1.1
---
driver:
name: vagrant
provisioner:
name: chef_infra
product_name: chef
product_version: 14.13.11
install_strategy: once
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: almalinux-8
- name: almalinux-9
- name: amazonlinux-2023
- name: centos-7
- name: centos-stream-8
- name: debian-10
- name: debian-11
- name: debian-12
- name: fedora-latest
- name: opensuse-leap-15
- name: rockylinux-8
- name: rockylinux-9
- name: ubuntu-18.04
- name: ubuntu-20.04
- name: ubuntu-22.04
suites:
- name: default
run_list:
- recipe[mondoo-test::default]
verifier:
inspec_tests:
- test/integration/default
attributes:
mondoo:
registration_token: <%= ENV['MONDOO_TOKEN'] %>
api_proxy: <%= ENV['MONDOO_API_PROXY'] %>