secret
Here are 340 public repositories matching this topic...
-
Updated
Jun 23, 2021 - Python
Great tool. What if I want to search for a domain or org name in combination with all the signatures? Is this possible currently?
Expected behavior
The site URL should be fully visible in the site Info Block on the My Site view when the system font is set to the largest setting.
Actual behavior
The site URL is cutoff in the site Info Block on the My Site view when the system font is set to the largest setting.
Steps to reproduce the behavior
- Set system font to highest setting on device
- Open app
Is your feature request related to a problem? Please describe.
Vault has backends for AWS like dynamo and s3. However to use them you should provide credentials. AWS support 2 solutions to eliminate this. IAM roles for Service Accounts and Instance profile roles.
Due to some unknown reason vault requires more time to start when using dynamic creds than explicit definition keys in s3 block o
Is your feature request related to a problem? Please describe.
As per #228 the interactive mode did not work properly for Windows. It rendered Windows unusable, whether the feature was turned on or not.
Describe the solution you'd like
The interactive mode helps people an assisted way to enter contents to ignore through an interactive shell.
This needs to be exactly same for Windows,
-
Updated
Jul 23, 2020 - C
-
Updated
Aug 20, 2021 - Python
-
Updated
Dec 8, 2020 - Go
-
Updated
Jun 27, 2021 - Go
-
Updated
Jul 25, 2021 - Python
We want to add documents that run secretlint only on changed files on Pull Request.
name: Secretlint
on: [pull_request]
# secretlint + git diff on Pull Request
# https://github.com/secretlint/secretlint
jobs:
test:
name: "Secretlint"
runs-on: ubuntu-18.04
steps:
- name: checkout
uses: actions/checkout@v2
- uses: technote-space/get-diff-a-
Updated
Aug 18, 2021 - Java
-
Updated
Aug 14, 2021 - C#
-
Updated
Jul 1, 2021 - Java
-
Updated
Aug 19, 2021 - Python
-
Updated
Jun 8, 2021 - Go
-
Updated
Aug 5, 2021 - Go
-
Updated
Jul 13, 2021 - Ruby
-
Updated
Sep 26, 2016 - PowerShell
-
Updated
Jul 23, 2020 - JavaScript
-
Updated
Jun 3, 2021 - JavaScript
Improve this page
Add a description, image, and links to the secret topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the secret topic, visit your repo's landing page and select "manage topics."


Gitleaks is missing quite a few rules for the Microsoft ecosystem, including Visual Studio, Azure and Azure DevOps.
Microsoft used to have a competing product called
credscan, but it was recently deprecated in favor of the GitHub Security offerings.I've ported most of the rules from credscan to the gitleaks format and put them in a repo here:
https://github.com/jessehouwing/gitleaks-azur