Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jervelund committed Dec 5, 2023
1 parent 1832ffb commit 1c7b410
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/continuous-integration/dev-sec-ops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Topics covered:
1. [Credential Scanning](./secret-management/credential_scanning.md) - automatically inspecting a project to ensure that no secrets are included in the project's source code.
1. [Secrets Rotation](./secret-management/secrets_rotation.md) - automated process by which the secret, used by the application, is refreshed and replaced by a new secret.
1. [Static Code Analysis](./static-code-analysis.md) - analyze source code or compiled versions of code to help find security flaws.
1. [Penetration Testing](./penetration-testing/penetration_testing.md) - a simulated attack against your application to check for exploitable vulnerabilities.
1. [Container Dependencies Scanning](./dependency-container-scanning/dependency_container_scanning.md) - search for vulnerabilities in container operating systems, language packages and application dependencies.
1. [Penetration Testing](./penetration-testing/README.md) - a simulated attack against your application to check for exploitable vulnerabilities.
1. [Container Dependencies Scanning](./dependency-container-scanning/README.md) - search for vulnerabilities in container operating systems, language packages and application dependencies.
8 changes: 4 additions & 4 deletions docs/observability/pillars/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pillars

- [Logging](logging.md)
- [Metrics](metrics.md)
- [Tracing](tracing.md)
- [Dashboards](dashboards.md)
- [Logging](./logging.md)
- [Metrics](./metrics.md)
- [Tracing](./tracing.md)
- [Dashboards](./dashboard.md)

0 comments on commit 1c7b410

Please sign in to comment.