Skip to content

Commit

Permalink
CON-3314 docs(deep-in-system): improve the audit format
Browse files Browse the repository at this point in the history
  • Loading branch information
zamazzal committed Dec 17, 2024
1 parent ba94d70 commit ebfb208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions subjects/devops/deep-in-system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ You will use your exported VM to run a new VM for each audit.
Push the shasum of your exported VM, you can get it this way:

Example:

```console
user:~$ sha1sum {exported deep-in-system} > deep-in-system.sha1
user:~$ cat deep-in-system.sha1 | cat -e
Expand Down
1 change: 1 addition & 0 deletions subjects/devops/deep-in-system/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Files that must be inside the repository:
##### Verify that the virtual machine that will be audited is the one that is submitted:

Example:

```console
user:~$ sha1sum {exported deep-in-system} > deep-in-system-toaudit.sha1
user:~$ diff deep-in-system.sha1 deep-in-system-toaudit.sha1 ; echo $?
Expand Down

0 comments on commit ebfb208

Please sign in to comment.