From bca42bed0905fe0d888e432b076ae6ae125cf725 Mon Sep 17 00:00:00 2001 From: davhojt Date: Wed, 29 Mar 2023 17:46:08 +0300 Subject: [PATCH] docs(inspector-image): remove quote-block which caused audits to fail --- .../cybersecurity/inspector-image/audit/README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/subjects/cybersecurity/inspector-image/audit/README.md b/subjects/cybersecurity/inspector-image/audit/README.md index d7ee940e4..c84a29853 100644 --- a/subjects/cybersecurity/inspector-image/audit/README.md +++ b/subjects/cybersecurity/inspector-image/audit/README.md @@ -20,14 +20,15 @@ Files that must be inside your repository: ###### Compare the result to that of an online exif metadata viewer, does the result correspond to 32 Latitude, and 34 Longitude? -##### Ask the student to execute his program again, with the argument -steg instead of -map, and a PGP key should be displayed +##### Ask the student to execute his program again, with the argument -steg instead of -map. -> A PGP key begins with -> -----BEGIN PGP PUBLIC KEY BLOCK----- -> and ends with -> -----END PGP PUBLIC KEY BLOCK----- +###### Was a PGP key displayed with the following format? -###### Is the PGP key exactly the same as you can see in the topic? +``` +-----BEGIN PGP PUBLIC KEY BLOCK----- +[pgp key] +-----END PGP PUBLIC KEY BLOCK----- +``` #### Bonus