Skip to content

Commit 27c6166

Browse files
committed
requested changes
Signed-off-by: Jurj-Bogdan <bogdanjurj11@gmail.com>
1 parent cd3e2bd commit 27c6166

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Security Observations
1+
# Basic Security Observations
22

33
`dotkernel/admin` provides all necessary tools to implement safe applications, however you will need to manually make use of some of them.
44
This section will go over the provided tools and any steps you need to follow in order to use them successfully, as well as a few general considerations.
@@ -65,4 +65,6 @@ Keep an eye on any vulnerabilities whenever using `npm` to install or update pac
6565
composer development-status
6666
```
6767

68-
- `Admin` ships with a `laminas/laminas-ci` integration, consider keeping it in your custom applications to ensure code quality.
68+
- `Admin` ships with a [Laminas Continuous Integration GitHub Action](https://github.com/laminas/laminas-continuous-integration-action), consider keeping it in your custom applications to ensure code quality.
69+
70+
> Read more about the benefits of using [Laminas Continuous Integration](https://getlaminas.org/blog/2024-09-26-using-laminas-continuous-delivery-and-deployment.html).

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ nav:
5151
- "Inject Dependencies": v6/how-to/dependency-injection.md
5252
- "Set Up CSRF": v6/how-to/csrf.md
5353
- Security:
54-
- "Security Observations": v6/security/security.md
54+
- "Basic Security Observations": v6/security/basic-security.md
5555
- Tutorials:
5656
- "Creating a book module using DotMaker": v6/tutorials/create-book-module-via-dot-maker.md
5757
site_name: admin

0 commit comments

Comments
 (0)