Ross Smith II
Ross Smith II
Using click-extra 2.1.1, when I run: ```python import click @click.command() @click.version_option(version="0.1") def cli(): pass if __name__ == "__main__": cli() ``` I get: ```console test.py, version 0.1 ``` When I run:...
Using click-extra, 2.1.1, and running this script: ```python import logging import click_extra as click @click.command() @click.logging.verbosity_option(logging.root) def cli(): logging.warning("logging at warning level") logging.info("logging at info level") logging.debug("logging at debug level")...
**Is your feature request related to a problem? Please describe.** I want to ignore scanning files that have example secrets in them. **Describe the solution you'd like** Have gitleaks ignore...
I compiled 0.6.0 for Windows without issue, and uploaded the executables to https://github.com/rasa/git-crypt/releases I ran the commands listed on https://github.com/AGWA/git-crypt/wiki/Create-a-Repostiory in both Linux and Windows. In Linux, it-just-works. On Windows,...
Redo of #69 against the main-win branch.
Say ```json "ignoreReserved": true ``` ? A very complete list is at https://en.m.wikipedia.org/wiki/Reserved_IP_addresses : ## IPv4 ```txt Address block Address range Number of addresses Scope Description 0.0.0.0/8 0.0.0.0–0.255.255.255 16777216 Software...
### Purpose Many commonly used filesystems do not allow certain characters or names in file and directory names. For example, the NTFS, exFAT, FAT32 and reFS filesystems do not allow...