From d9c3538fcc9007c5bdb5981d97a74d68eb962c1d Mon Sep 17 00:00:00 2001 From: seanlongcc Date: Tue, 16 Jul 2024 12:12:40 -0400 Subject: [PATCH] fix link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 314c87f..81b25fe 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ Full repository [here](https://github.com/mitre/mongodb-enterprise-advanced-4-st inspec shell -t docker://mongo-hardened --depends=spec/mongo-inspec-profile/ --input-file=spec/mongo-inspec-profile/inputs.yml ``` -- You can add additional types of scanning beyond InSpec (or get InSpec to run more than one testing profile) by modifying the `scripts/scan.sh` file. See the [MITRE SAF(c) Validation Library] (https://saf.mitre.org/#/validate) for more InSpec profiles, or use your favorite image scanning tool. +- You can add additional types of scanning beyond InSpec (or get InSpec to run more than one testing profile) by modifying the `scripts/scan.sh` file. See the [MITRE SAF(c) Validation Library](https://saf.mitre.org/#/validate) for more InSpec profiles, or use your favorite image scanning tool. ### Ansible Role