Skip to content

Commit 05ed0ac

Browse files
committed
fix: rename
1 parent b5ee69f commit 05ed0ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This script validates that the machine matches the committed baseline
55
# specifications using supascan (pre-installed via nix profile for ubuntu user).
66
#
7-
# Usage: cis_baseline_check.sh [baselines-dir]
7+
# Usage: supascan_ami.sh [baselines-dir]
88

99
set -euo pipefail
1010

ansible/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
- name: Run CIS baseline validation
224224
become: yes
225225
shell: |
226-
/bin/bash /tmp/ansible-playbook/ansible/files/cis_baseline_check.sh /tmp/ansible-playbook/audit-specs/baselines/ami-build
226+
/bin/bash /tmp/ansible-playbook/ansible/files/supascan_ami.sh /tmp/ansible-playbook/audit-specs/baselines/ami-build
227227
when: stage2_nix
228228

229229
- name: Remove supascan after validation

0 commit comments

Comments
 (0)