Browse Source

DEV-4293 add SHA1 check

pull/1747/head
Zouhair AMAZZAL 1 year ago committed by Zouhair AMAZZAL
parent
commit
b49b41fc18
  1. 11
      subjects/devops/deep-in-system/audit/README.md

11
subjects/devops/deep-in-system/audit/README.md

@ -8,6 +8,17 @@ Files that must be inside the repository:
###### Are the required files present?
##### Verify that the virtual machine that will be audited is the one that is submitted:
```console
user:~$ sha1sum deep-in-system.ova > deep-in-system-toaudit.sha1
user:~$ diff deep-in-system.sha1 deep-in-system-toaudit.sha1 ; echo $?
0
user:~$
```
###### Is the SHA1 of the provided machine the same as the machine being audited?
##### Check the Virtual machine aliases
###### The virtual machine is clean of any alias that may affect the results of the audit commands?

Loading…
Cancel
Save