remove waiver

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
Martin Schurz 2022-07-09 02:22:35 +02:00
parent 400e576984
commit 7535abd882
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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