Skip to content
#

secret

Here are 365 public repositories matching this topic...

zricethezav
zricethezav commented Dec 3, 2021

Is your feature request related to a problem? Please describe.
It would be nice if gitleaks had a validate command that would validate examples found in the config rules. Introducing such a feature would speed up rule development and help with debugging.

Describe the solution you'd like
example entry in the rules tables
ex:

[[rules]]
id = "discord-client-secret"
des
antonis
antonis commented Nov 23, 2021

Description

The user should be able to easily copy a page link (for posts the functionality is implemented in wordpress-mobile/WordPress-Android#15570):

  1. Press the dots at the right of a page in the list
  2. A Copy link button should be added above the Trash button
  3. When the user presses the Copy link button a **snackbar message appears saying "Link copie
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