You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/v6/security/basic-security.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Security Observations
1
+
# Basic Security Observations
2
2
3
3
`dotkernel/admin` provides all necessary tools to implement safe applications, however you will need to manually make use of some of them.
4
4
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
65
65
composer development-status
66
66
```
67
67
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).
0 commit comments