pre-commit-hooks-safety icon indicating copy to clipboard operation
pre-commit-hooks-safety copied to clipboard

A pre-commit hook to check your Python dependencies against safety-db

Results 11 pre-commit-hooks-safety issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Lucas-C/pre-commit-hooks-safety). ## Config Migration Needed - [ ]...

We started seeing this error intermittently just now when running the pre-commit hook at v1.3.0. It was working at 21:13 UTC today. ``` Traceback (most recent call last): File "/home/runner/.cache/pre-commit/repodztrbsrf/py_env-python3.10.7/bin/safety_check",...

I just noticed that `convert_poetry_to_requirements` works by running `poetry export --with=dev` and feeding the output to `safety check`. When a project has 'extra' dependencies, they are not included in the...

When running the hook, the following warning gets printed: ``` Warning: poetry-plugin-export will not be installed by default in a future version of Poetry. In order to avoid a breaking...

Found via `codespell -H`

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | `v5` -> `v6` | --- ### Release...

upstream safety maintainers decided to deprecate the "check" command. The following output is currently generated: ... DEPRECATED: this command (`check`) has been DEPRECATED, and will be unsupported beyond 01 June...