Skip to content

Update gitleaks to ignore secret_detection_spec.js

What does this MR do and why?

This MR updates .gitleaksignore to include missed tokens in spec/frontend/lib/utils/secret_detection_spec.js

Before

$ gitleaks detect --no-git --source spec/frontend/lib/utils/


    │╲
    │ ○
    ○ ░
    ░    gitleaks

10:45AM INF scan completed in 59.2ms
10:45AM WRN leaks found: 6

After

$ gitleaks detect --no-git --source spec/frontend/lib/utils/


    │╲
    │ ○
    ○ ░
    ░    gitleaks

10:42AM INF scan completed in 38.5ms
10:42AM INF no leaks found

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Dmitry Gruzd

Merge request reports