Skip to content

05/2025

GitHub Security Scanning

GitHub Security Scanning is a feature that helps you identify and fix security vulnerabilities in your code. It scans your code for known security vulnerabilities and provides recommendations for how to fix them. It scans also for credentials and secrets.

In one of my posts is a Docker Swarm Join Token (which is no longer in use), but I've just want to show how the GitHub Security Scanning works.

NGIX Rewrite URL

I've updated my blog (again). Now I am using Material for MkDocs. With my old setup, I had a misconfiguration that caused the URL to be set to /blog/posts/<article>. The new URL is just /blog/<article>.

I want to fix that by using NGINX rewrite rules. Here's how I did it: