Skip to content

Commit 3a7979d

Browse files
committed
Fix lint issues
1 parent 5074824 commit 3a7979d

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

provisioning/devsecops-box.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
become: yes
66

77
vars:
8-
# Inspec
9-
inspec_version = "4.18.104"
108

11-
# # host entries won't work in docker
12-
# # see https://stackoverflow.com/questions/28327458/how-to-add-my-containers-hostname-to-etc-hosts
13-
add_host_entries: true
9+
# host entries wont work in docker
10+
# see https://stackoverflow.com/questions/28327458/how-to-add-my-containers-hostname-to-etc-hosts
11+
12+
add_host_entries: "true"
13+
14+
# Inspec
15+
inspec_version: "4.18.104"
1416

1517
# Docker Community Edition
1618
docker_edition: 'ce'

provisioning/gitlab-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
pip_package: python3-pip
4646
pip_executable: pip3
4747
pip_install_packages:
48-
- name: virtualenv
48+
- name: virtualenv
4949
- name: ansible
5050
version: 2.9.6
5151
- name: ansible-lint

provisioning/jenkins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
pip_package: python3-pip
7373
pip_executable: pip3
7474
pip_install_packages:
75-
- name: virtualenv
75+
- name: virtualenv
7676
- name: ansible
7777
version: 2.9.6
7878
- name: ansible-lint

provisioning/roles/secfigo.inspec/meta/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ galaxy_info:
1313
versions:
1414
- all
1515
galaxy_tags:
16-
- security
16+
- security
1717
- compliance
1818
- inspec
19-
- chef
19+
- chef

0 commit comments

Comments
 (0)