m maxi aramayo

Latest Updates

Documenting code, one commit at a time.

Securing TuTiendaWeb-public: Implementing GitHub Code Scanning

This post details the integration of GitHub code scanning into the TuTiendaWeb-public repository, enhancing its security posture.

The Goal

The primary objective is to proactively identify and address potential vulnerabilities within the codebase. By implementing GitHub code scanning, the project aims to automate the detection of security flaws, ensuring a more robust and secure application.

Implementation

GitHub code scanning is enabled via a pull request, which configures the necessary

Read more