Skip to content

Commit

Permalink
update console output messages
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlongcc committed Jul 17, 2024
1 parent eba44bc commit 15f2a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions spec/scripts/attestation.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion spec/scripts/scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 15f2a0a

Please sign in to comment.