Skip to content

Commit 215c804

Browse files
authored
Merge pull request #490 from dev-sec/change_baseline_urlsa
change baseline urls to full zip-url
2 parents 21ca7c5 + 92bd94a commit 215c804

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

0 commit comments

Comments
 (0)