mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
remove waiver
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
400e576984
commit
7535abd882
2 changed files with 6 additions and 6 deletions
10
.github/workflows/os_hardening_vm.yml
vendored
10
.github/workflows/os_hardening_vm.yml
vendored
|
@ -22,12 +22,12 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
molecule_distro:
|
||||
# - centos7
|
||||
# - rocky8
|
||||
- centos7
|
||||
- rocky8
|
||||
- ubuntu1804
|
||||
# - ubuntu2004
|
||||
# - debian9
|
||||
# - debian10
|
||||
- ubuntu2004
|
||||
- debian9
|
||||
- debian10
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
shell: "bash /tmp/install.sh -s -- -P cinc-auditor -v 4"
|
||||
|
||||
- name: Execute cinc-auditor tests # noqa ignore-errors
|
||||
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"
|
||||
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"
|
||||
register: test_results
|
||||
changed_when: false
|
||||
ignore_errors: true
|
||||
|
|
Loading…
Reference in a new issue