Skip to content

Commit

Permalink
use cinc exec supermarket instead of github
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
  • Loading branch information
Sebastian Gumprich committed Mar 29, 2021
1 parent 4b61ba1 commit 2ba6140
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion molecule/mysql_hardening/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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/mysql-baseline.git"
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit supermarket://dev-sec/mysql-baseline"
register: test_results
changed_when: false
ignore_errors: true
Expand Down
2 changes: 1 addition & 1 deletion molecule/nginx_hardening/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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/nginx-baseline.git"
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit supermarket://dev-sec/nginx-baseline"
register: test_results
changed_when: false
ignore_errors: true
Expand Down
2 changes: 1 addition & 1 deletion molecule/os_hardening/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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.git"
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit supermarket://dev-sec/linux-baseline"
register: test_results
changed_when: false
ignore_errors: true
Expand Down
2 changes: 1 addition & 1 deletion molecule/ssh_hardening/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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/ssh-baseline.git"
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit supermarket://dev-sec/nginx-baseline"
register: test_results
changed_when: false
ignore_errors: true
Expand Down

0 comments on commit 2ba6140

Please sign in to comment.