Skip to content
#

leak

Here are 161 public repositories matching this topic...

jeremyds
jeremyds commented Oct 18, 2021

Is your feature request related to a problem? Please describe.
when ggshield does not detect secret and the verbose mode is not set, there is no output and the cli only returns a zero no error code. Although it is compliant with linux tool philosophy, it is not always clear for our users / customers that the scanning was successful and that there are no leaks.

**Describe the solution you'

cargo-valgrind
jfrimmel
jfrimmel commented Feb 24, 2022

Currently each PR has the following issue, which should be fixed:

Output of cargo clippy

    Checking cargo-valgrind v2.0.2 (/home/runner/work/cargo-valgrind/cargo-valgrind)
warning: consider adding a `;` to the last statement for consistent formatting
  --> src/panic.rs:76:13
   |
76 |             old_hook(panic)
   |             ^^^^^^^^^^^^^^^ help: add a `;` here: `old_hook(p
good first issue

Improve this page

Add a description, image, and links to the leak 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 leak topic, visit your repo's landing page and select "manage topics."

Learn more