-
Complete CI/CD Laravel Apps Using Gitlab CI To GKE: sAST Integration
Read More: Complete CI/CD Laravel Apps Using Gitlab CI To GKE: sAST IntegrationThis section is a part two series of Complete CI/CD Laravel Apps Using Gitlab CI To GKE. For those who haven’t read the previous article, please follow this link Complete CI/CD Laravel Apps Using Gitlab CI To GKE: Image Build. SAST (Static Application Security Testing), is a tool that scans an application’s source, binary, or…
-
Complete CI/CD Laravel Apps Using Gitlab CI To GKE: Image Build
Read More: Complete CI/CD Laravel Apps Using Gitlab CI To GKE: Image BuildGitLab CI/CD has many functions, although the primary goal of the tool is to build a continuous environment using these methodologies: Stages & Requirements The complete CI/CD flow is divided into several stages and requirements. The requirements are for you to have the following entities: Whereas the stages of CI/CD development are explained as the…
-
Enable ModSec WAF On RKE2 Ingress
Read More: Enable ModSec WAF On RKE2 IngressModSec / ModSecurity is a software package that creates a collection of regulations which can be employed as a Web Application Firewall (WAF) for the web server. The WAF is responsible for managing access control, tracking usage, and observing incoming requests directed at specific web applications or web servers. Having a WAF installed on the…