Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>SecureCommitNew to Visual Studio Code? Get it now.
SecureCommit

SecureCommit

Enzoait

|
3 installs
| (0) | Free
An extension that helps you avoid letting sensitive info appear in your commits.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SecureCommit

SecureCommit is an extension that helps you avoid letting sensitive info appearing in your commits. Wether you're a beginner or an experienced programmer, I hope this extension will help you not letting any sensitive info be commited.

Features

Write a simple comment

Start by writing a simple comment or text next to the line containing the sensitive info you don't want to appear in your next commit.

Write a comment

Run Scan Workspace command

Once you're done writing your code, before you commit your changes, quickly run the Scan Workspace command to find any secrets that shouldn't appear in your commit.

Scan Workspace

Open the generated file

If any secure-commit text/comment is found anywhere in the workspace, the files containing the text/comment will be added to a generated file SECURE_COMMIT_FLAGGED_FILES.md

Opening generated file

Tip: Adding a file or folder to a .gitignore file will prevent the said file/folder to be flagged by the Scan Workspace command.

Extension commands

Scan Workspace : Scans the current workspace to find any file containing secrets and generates a markdown file listing all files and folders containing sensitive info.

Version : Opens an information message displaying the current version of Secure Commit.

Known Issues

Flagged files should appear purple in the view but the color doesn't change.

If you run into any problem using Secure Commit, feel free to send me an email or open an issue on the public repository.

Release Notes

1.0.2

Added a description. More info can be found in CHANGELOG.md


Useful links

GitHub Repository

Open an issue

My Linked-In

Contact me

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft