diff --git a/spec/scripts/attestation.sh b/spec/scripts/attestation.sh index e021b9b..eaff694 100755 --- a/spec/scripts/attestation.sh +++ b/spec/scripts/attestation.sh @@ -1,8 +1,8 @@ #!/bin/bash set -uo pipefail -### Apply attestion to inspec results ### +### Apply attestions to inspec results ### # Note - Packer has an InSpec provisioner plugin, but it doesn't work well with Docker containers -echo "--- Applying Attestation Against InSpec Profile ---" +echo "--- Applying attestations to InSpec results ---" saf attest apply -i $REPORT_DIR/$ATTESTATION_FILE $REPORT_DIR/$INSPEC_FILE -o $REPORT_DIR/$ATTESTED_FILE \ No newline at end of file diff --git a/spec/scripts/scan.sh b/spec/scripts/scan.sh index df8afd5..b68a2c4 100755 --- a/spec/scripts/scan.sh +++ b/spec/scripts/scan.sh @@ -3,7 +3,7 @@ set -uo pipefail ### Run InSpec wrapper profile against hardened target ### # Note - Packer has an InSpec provisioner plugin, but it doesn't work well with Docker containers -echo "--- Running InSpec Profile ($PROFILE) against target ---" +echo "--- Running InSpec profile ($PROFILE) against target ---" inspec exec $PROFILE \ -t docker://$CONTAINER_ID \