Skip to content

Commit

Permalink
Fixed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Mar 16, 2024
1 parent 86006be commit 9a5e821
Show file tree
Hide file tree
Showing 7 changed files with 372 additions and 349 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -488,4 +488,6 @@ test.json
.idea

# Don't allow test results in the main branch
test-results
test-results

build/
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: overview
id: eidsca-overview
title: Entra ID - Security Config Analyzer Tests
sidebar_label: Overview
sidebar_label: EIDSCA Tests Overview
description: Overview of the Entra ID Security Config Analyzer tests
---

```mdx-code-block
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: overview
id: maester-overview
title: Maester Tests
sidebar_label: Overview
sidebar_label: Maester Tests Overview
description: Overview of the Maester tests
---

```mdx-code-block
Expand Down
12 changes: 5 additions & 7 deletions docs/docs/tests/readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: overview
title: Test Reference
sidebar_label: Overview
sidebar_position: 1
sidebar_label: Test Reference Overview
description: Overview of the different types of tests available in Maester
---

```mdx-code-block
Expand All @@ -16,16 +16,14 @@ This section lists the collection of community contributed tests that you can us
These pages are referenced by the tests and provide guidance on each test and includes references to the Microsoft documentation for further reading.
## [Maester Tests](./maester)
## [Maester Tests](/docs/tests/maester-overview)
These tests validate if your conditional access policies are following generally recommended best practices.
## [Entra ID Security Config Analyzer Tests](./eidsca)
## [Entra ID Security Config Analyzer Tests](/docs/tests/eidsca-overview)
These tests validate tenant security config and are based on the [Azure AD Attack and Defense - Security Config Analyzer](AADSC)
These tests validate tenant security config and are based on the [Entra ID Security Config Analyzer](https://github.com/Cloud-Architekt/AzureAD-Attack-Defense/blob/main/AADSecurityConfigAnalyzer.md)
See the [Getting started](/docs/intro) page on how to run these tests.
## Tests
<DocCardList />
```
Loading

0 comments on commit 9a5e821

Please sign in to comment.