Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

target_manager: add verbose log on git failure #3777

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

eliblock
Copy link
Contributor

While debugging a slow-running semgrep usage, I discovered that files
included in the .gitignore were being scanned because git was not
available in the container running the scan (note: not the official
semgrep container).

Add a log message when this occurs to help others debug this in the
future.

PR checklist:

  • documentation is up to date
  • changelog is up to date

While debugging a slow-running semgrep usage, I discovered that files
included in the `.gitignore` were being scanned because `git` was not
available in the container running the scan (note: not the official
semgrep container).

Add a log message when this occurs to help others debug this in the
future.
@CLAassistant
Copy link

CLAassistant commented Aug 28, 2021

CLA assistant check
All committers have signed the CLA.

@ievans ievans requested a review from brendongo August 30, 2021 18:54
@brendongo brendongo changed the title docs(target_manager): verbose log on git failure target_manager: verbose log on git failure Aug 30, 2021
@brendongo brendongo changed the title target_manager: verbose log on git failure target_manager: add verbose log on git failure Aug 30, 2021
@brendongo brendongo merged commit 0d0ccfd into semgrep:develop Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants