-
Container Security – Seccomp Profile
Few years ago, we started to talk about container images and containerization. Containerization is a software deployment method that packages an application along with all its dependencies, libraries, and configuration files into a single, portable unit called a container. This ensures that the application runs consistently across different environments, regardless of the underlying infrastructure or… Lire la suite
-
Building a Private Security Auditor: How to Scan Public GCP Buckets Using MCP, Ollama, and Gitleaks
In this article, I share with you all the steps I followed to create an MCP server in order to enable an LLM to scan files in a GCP public bucket to identify secrets (API keys, SSH keys, passwords, etc). To start with, if you’re not familiar with GCP, a Google Cloud Storage or a… Lire la suite