We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6677fc commit af14af5Copy full SHA for af14af5
molecule/os_hardening/verify.yml
@@ -55,7 +55,7 @@
55
shell: "bash /tmp/install.sh -s -- -P cinc-auditor -v 4"
56
57
- 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"
+ 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"
59
register: test_results
60
changed_when: false
61
ignore_errors: true
molecule/os_hardening/waivers.yaml
@@ -0,0 +1,3 @@
1
+os-14:
2
+ run: false
3
+ justification: "not yet implemented"
0 commit comments