Dotenv Blocker
Version updated for https://github.com/gustavtjac/envblocker to version v1.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Dotenv Blocker is a GitHub Action designed to automatically fail pull requests if .env files or similar environment-related files are included. It helps prevent accidental commits of sensitive environment files and secrets from being merged into protected branches, ensuring better security and code hygiene. This lightweight action provides a fast, filename-based check with zero configuration, making it an easy safeguard for repositories.
Release notes
Fails pull requests that include .env files, preventing accidental environment leaks before merging.