Skip to content

Commit 91cdf1d

Browse files
committed
ci: vuln scan: migrate to sonatype guide
Closes #176
1 parent 2a98e82 commit 91cdf1d

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
@@ -130,11 +130,11 @@ If you want to run this work locally, you can for example:
130130
[source,shell]
131131
----
132132
CLJ_WATSON_NVD_API_KEY=<your-nvd-token-here> \
133-
CLJ_WATSON_ANALYZER_OSSINDEX_USER=<your-ossindex-user-here> \
134-
CLJ_WATSON_ANALYZER_OSSINDEX_PASSWORD=<your-ossindex-password-here> \
133+
CLJ_WATSON_ANALYZER_OSSINDEX_USER=<your-sonatype-guide-user-here> \
134+
CLJ_WATSON_ANALYZER_OSSINDEX_PASSWORD=<your-sonatype-guide-api-token-here> \
135135
bb nvd-scan
136136
----
137137

138138
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.
139139

140-
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
140+
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/.

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)