sonatype-nexus-community / jake

Check your Python environments for vulnerable Open Source packages with OSS Index or Sonatype Nexus Lifecycle.
https://jake.readthedocs.io/
Apache License 2.0
114 stars 24 forks source link

[FEATURE] Pre-commit hook support #84

Closed arichtman closed 2 years ago

arichtman commented 2 years ago

cc @bhamail / @DarthHater

arichtman commented 2 years ago

This can be tested prior to merge with the following .pre-commit-config.yaml

  - repo: https://github.com/arichtman/jake
    rev: "ft-pre-commit-hooks"
    hooks:
      - id: scan
madpah commented 2 years ago

Thanks for the feature request and PR @arichtman! We'll try to roll this into the forthcoming release of jake which will include CycloneDX 1.4 support (see #86 ).

madpah commented 2 years ago

PR #85 was accepted and we've released jake 1.3.0. Thanks again @arichtman!