close
The Wayback Machine - https://web.archive.org/web/20210820091330/https://github.com/topics/secret
Skip to content
#

secret

Here are 340 public repositories matching this topic...

gitleaks
jessehouwing
jessehouwing commented Mar 16, 2021

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

zwarm
zwarm commented Aug 12, 2021

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
alekskar
alekskar commented Jun 18, 2020

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

harinee
harinee commented Aug 25, 2020

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,

secretlint
azu
azu commented Jun 3, 2021

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

Improve this page

Add a description, image, and links to the secret topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the secret topic, visit your repo's landing page and select "manage topics."

Learn more