Skip to content

Commit

Permalink
12.6 multi line command
Browse files Browse the repository at this point in the history
  • Loading branch information
p-oneil committed Dec 10, 2024
1 parent 866eeed commit 936777f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/courses/user/12.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@ EXAMPLES
Apply the attestation like this:
```sh
saf attest apply -i ./results/nginx_hardened_results.json ./results/manual_attestation_results.json -o ./results/nginx_hardened_with_manual_attestations.json
saf attest apply \
-i ./results/nginx_hardened_results.json ./results/manual_attestation_results.json \
-o ./results/nginx_hardened_with_manual_attestations.json
```
## 12.7 Visualize the Results - Heimdall
Expand Down

0 comments on commit 936777f

Please sign in to comment.