An open API service indexing awesome lists of open source software.

https://github.com/circleci-public/lein-nvd_orb

Automatically and easily scan a Clojure project for vulnerabilities using `lein-nvd`
https://github.com/circleci-public/lein-nvd_orb

circleci-orbs clojure orb

Last synced: about 1 month ago
JSON representation

Automatically and easily scan a Clojure project for vulnerabilities using `lein-nvd`

Awesome Lists containing this project

README

          

# lein-nvd Orb [![CircleCI Build Status](https://circleci.com/gh/CircleCI-Public/lein-nvd_orb.svg?style=shield "CircleCI Build Status")](https://circleci.com/gh/CircleCI-Public/lein-nvd_orb) [![CircleCI Orb Version](https://badges.circleci.com/orbs/circleci/lein-nvd.svg)](https://circleci.com/orbs/registry/orb/circleci/lein-nvd) [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/CircleCI-Public/lein-nvd_orb/master/LICENSE) [![CircleCI Community](https://img.shields.io/badge/community-CircleCI%20Discuss-343434.svg)](https://discuss.circleci.com/c/ecosystem/orbs)

Automatically and easily scan a Clojure project for vulnerabilities using `lein-nvd`

## Usage

Example use-cases are provided on the orb [registry page](https://circleci.com/orbs/registry/orb/circleci/lein-nvd#usage-examples). Source for these examples can be found within the `src/examples` directory.

## Resources

[CircleCI Orb Registry Page](https://circleci.com/orbs/registry/orb/circleci/lein-nvd) - The official registry page of this orb for all versions, executors, commands, and jobs described.
[CircleCI Orb Docs](https://circleci.com/docs/2.0/orb-intro/#section=configuration) - Docs for using and creating CircleCI Orbs.

### How To Contribute

We welcome [issues](https://github.com/CircleCI-Public/lein-nvd_orb/issues) to and [pull requests](https://github.com/CircleCI-Public/lein-nvd_orb/pulls) against this repository!

To publish a new production version:
* Create a PR to the `Alpha` branch with your changes. This will act as a "staging" branch.
* When ready to publish a new production version, create a PR from `Alpha` to `master`. The Git Subject should include `[semver:patch|minor|release|skip]` to indicate the type of release.
* On merge, the release will be published to the orb registry automatically.

For further questions/comments about this or other orbs, visit the Orb Category of [CircleCI Discuss](https://discuss.circleci.com/c/orbs).

## Deprecation Notice

**This application will be archived and discontinued on Wednesday, `August 20th, 2025` - 30 days from today.**

We want to give an advance notice that this orb is scheduled to be deprecated and archived. CircleCI will no longer support this orb because of limited or no use. After `August 20th, 2025`:

* The Orb will no longer receive updates, bug fixes, or security patches
* The repository will be archived and made read-only
* No new issues or pull requests will be accepted
* Existing functionality may continue to work but without any support guarantees

### What You Should Do

If you would like to use this orb or create your own version, feel free to fork the repository and use the following [Build Private CircleCI Orbs](https://circleci.com/blog/building-private-orbs/) documentation as a guide to making this orb into a private orb for your own use.