Skip to content

Commit 0589872

Browse files
committed
ci: vuln scan: migrate to sonatype guide
Closes #242
1 parent 7c5f387 commit 0589872

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

doc/02-developer-guide.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ If you want to run this work locally, you can for example:
118118
[source,shell]
119119
----
120120
CLJ_WATSON_NVD_API_KEY=<your-nvd-token-here> \
121-
CLJ_WATSON_ANALYZER_OSSINDEX_USER=<your-ossindex-user-here> \
122-
CLJ_WATSON_ANALYZER_OSSINDEX_PASSWORD=<your-ossindex-password-here> \
121+
CLJ_WATSON_ANALYZER_OSSINDEX_USER=<your-sonatype-guide-user-here> \
122+
CLJ_WATSON_ANALYZER_OSSINDEX_PASSWORD=<your-sonatype-guide-api-token-here> \
123123
bb nvd-scan
124124
----
125125

126126
Replace `<your-nvd-token-here>` with your personal nvd api token which you can easily request from https://nvd.nist.gov/developers/request-an-api-key.
127127

128-
Replace `<your-ossindex-user-here>` and `<your-ossindex-password-here>` with your ossindex credentials which you can create from https://ossindex.sonatype.org/user/register.
128+
Replace `<your-sonatype-guide-user-here>` and `<your-sonatype-guide-api-token-here>` with your sonatype credentials which you can create from https://guide.sonatype.com/.
129129

130130
=== Unused Deps
131131
Pomegranate should only be including deps that are needed.

nvd-scan/clj-watson.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
suppression.file=suppressions.xml
2+
analyzer.ossindex.url=https://api.guide.sonatype.com

0 commit comments

Comments
 (0)