github OWASP/cve-lite-cli v1.2.0
v1.2.0 - Add a reusable GitHub Action and workflow integration guidance

latest releases: v1, v1.19.2, v1.19.1...
2 months ago

Added

  • reusable first-party GitHub Action for running CVE Lite CLI in GitHub Actions
  • workflow integration guidance for package scripts, opt-in postinstall usage, git hooks, CI, and scheduled advisory DB refreshes
  • multi-column README table of contents for easier navigation

Changed

  • removed built-in npm cache setup from the reusable GitHub Action to improve reliability in external repositories
  • README now includes GitHub Action usage examples and clearer top-level navigation
  • network and privacy documentation now reflects the current offline workflow and advisory DB operational model

Example GitHub Action usage

- uses: sonukapoor/cve-lite-cli@v1.2.0
  with:
    verbose: "true"
    fail-on: high

Don't miss a new cve-lite-cli release

NewReleases is sending notifications on new releases.