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`
- Host: GitHub
- URL: https://github.com/circleci-public/lein-nvd_orb
- Owner: CircleCI-Public
- License: mit
- Created: 2020-01-14T20:07:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T15:04:02.000Z (over 1 year ago)
- Last Synced: 2025-01-16T05:26:12.047Z (9 months ago)
- Topics: circleci-orbs, clojure, orb
- Homepage: https://circleci.com/orbs/registry/orb/circleci/lein-nvd
- Size: 27.3 KB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lein-nvd Orb [](https://circleci.com/gh/CircleCI-Public/lein-nvd_orb) [](https://circleci.com/orbs/registry/orb/circleci/lein-nvd) [](https://raw.githubusercontent.com/CircleCI-Public/lein-nvd_orb/master/LICENSE) [](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.