IBM / detect-secrets

An enterprise friendly way of detecting and preventing secrets in code.
Apache License 2.0
74 stars 46 forks source link

Content Checker Plugin #118

Open TharunMohandoss opened 1 year ago

victoria-miltcheva commented 1 year ago

Hi @TharunMohandoss, thank you for your pull request! I will review it this week.

victoria-miltcheva commented 1 year ago

@TharunMohandoss sorry for the wait on the PR review, unfortunately I've been very busy lately. I will make some time this week to review your PR!

victoria-miltcheva commented 1 year ago

Hi @TharunMohandoss, you will want to make sure that your commits are signed. See this check for instructions on how to fix the unsigned commit: https://github.com/IBM/detect-secrets/runs/11811883373.

victoria-miltcheva commented 1 year ago

It looks like the tests are failing in the build:

================ 33 failed, 1275 passed, 117 warnings in 30.92s ================

py37: exit 1 (31.40 seconds) /home/travis/build/IBM/detect-secrets> coverage run -m pytest tests pid=5073

.pkg: _exit> python /home/travis/virtualenv/python3.7.13/lib/python3.7/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__

  py37: FAIL code 1 (69.40=setup[37.88]+cmd[0.11,31.40] seconds)

  evaluation failed :( (69.54 seconds)

Makefile:16: recipe for target 'test' failed

make: *** [test] Error 1

The command "make setup-trivy && make trivy-scan-python-vulnerabilities && make test" exited with 2.
cache.2

store build cache

Can you please fix them after merging upstream master into your branch?