Skip to content

Commit 92bd94a

Browse files
author
rndmh3ro
committed
change baseline urls to full zip-url
the other urls that use git don't work anymore Signed-off-by: rndmh3ro <[email protected]>
1 parent aea4499 commit 92bd94a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

molecule/mysql_hardening/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
shell: "bash /tmp/install.sh -s -- -P cinc-auditor -v 4"
4545

4646
- name: Execute cinc-auditor tests
47-
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit supermarket://dev-sec/mysql-baseline"
47+
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit https://github.com/dev-sec/mysql-baseline/archive/refs/heads/master.zip"
4848
register: test_results
4949
changed_when: false
5050
ignore_errors: true

molecule/nginx_hardening/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
shell: "bash /tmp/install.sh -s -- -P cinc-auditor -v 4"
4848

4949
- name: Execute cinc-auditor tests
50-
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit supermarket://dev-sec/nginx-baseline"
50+
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit https://github.com/dev-sec/nginx-baseline/archive/refs/heads/master.zip"
5151
register: test_results
5252
changed_when: false
5353
ignore_errors: true

molecule/os_hardening/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
shell: "bash /tmp/install.sh -s -- -P cinc-auditor -v 4"
5252

5353
- name: Execute cinc-auditor tests
54-
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit supermarket://dev-sec/linux-baseline"
54+
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"
5555
register: test_results
5656
changed_when: false
5757
ignore_errors: true

molecule/ssh_hardening/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
shell: "bash /tmp/install.sh -s -- -P cinc-auditor -v 4"
4343

4444
- name: Execute cinc-auditor tests
45-
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit supermarket://dev-sec/nginx-baseline"
45+
command: "/opt/cinc-auditor/bin/cinc-auditor exec --no-show-progress --no-color --no-distinct-exit https://github.com/dev-sec/ssh-baseline/archive/refs/heads/master.zip"
4646
register: test_results
4747
changed_when: false
4848
ignore_errors: true

0 commit comments

Comments
 (0)