Skip to content

Commit af14af5

Browse files
authored
add waivers to skip controls (#529)
Signed-off-by: rndmh3ro <github@gumpri.ch>
1 parent b6677fc commit af14af5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

molecule/os_hardening/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
shell: "bash /tmp/install.sh -s -- -P cinc-auditor -v 4"
5656

5757
- name: Execute cinc-auditor tests
58-
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit https://github.com/dev-sec/linux-baseline/archive/refs/heads/master.zip"
58+
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit --waiver-file waivers.yaml https://github.com/dev-sec/linux-baseline/archive/refs/heads/master.zip"
5959
register: test_results
6060
changed_when: false
6161
ignore_errors: true

molecule/os_hardening/waivers.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
os-14:
2+
run: false
3+
justification: "not yet implemented"

0 commit comments

Comments
 (0)