mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
add waivers to skip controls (#529)
Signed-off-by: rndmh3ro <github@gumpri.ch>
This commit is contained in:
parent
b6677fccd9
commit
af14af5954
2 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
shell: "bash /tmp/install.sh -s -- -P cinc-auditor -v 4"
|
||||
|
||||
- name: Execute cinc-auditor tests
|
||||
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"
|
||||
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"
|
||||
register: test_results
|
||||
changed_when: false
|
||||
ignore_errors: true
|
||||
|
|
3
molecule/os_hardening/waivers.yaml
Normal file
3
molecule/os_hardening/waivers.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
os-14:
|
||||
run: false
|
||||
justification: "not yet implemented"
|
Loading…
Reference in a new issue