chelsea 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 79f4001bed0f1e524b444210aacd5278ae217a3eed7e39b3c09e2ad6d21854c1
4
- data.tar.gz: fb846bd82ab8262d38e068a1d368bef6790590ba6e8ccfa8b6a60c9ec21a218f
3
+ metadata.gz: ea6f1e7cec7f3f20a12fe01f194e7457706563bd36273124b28e81542fd398ac
4
+ data.tar.gz: 465701596ca08ca2064596ac5c03d859af7ce0efd207a378c529cde86b680591
5
5
  SHA512:
6
- metadata.gz: f49bf756cc699c06dd9e4e36767d2874b4c87d8d05cafea6eaaf200b1dc31299ff82b3d544302944925ccb85fcf9a530e1c6d0e3ba655919f0161f3cf9753827
7
- data.tar.gz: 4350c14f13976fe8260517446d91c9b8bc536c4edb91daf9035aa0eb416ccccd77f2ae66dafa52ee944f73ca90343f0b6e13c8be35407368b9834a501314b898
6
+ metadata.gz: b7872afcf086f3f23909a1058464960eaaba97862b4fd3c25c0956330464f8081fb8c51b48aec4fbf0799fe4c7dd17630c204ee62ef67d5f3f5b7733740d7d54
7
+ data.tar.gz: 5f940bf34489260c4d59e3f164d74af5f69fe20350f435d69d8365ac786abb5a7c8c16ea27a80af26c4c85d62305112ca955edffe59c31206672f8ffe800493d
data/README.md CHANGED
@@ -127,6 +127,33 @@ Chelsea will cache results from OSS Index, preventing Rate Limiting to occur in
127
127
 
128
128
  Chelsea will prompt you to save your config, provide your username (email address that you registered on OSS Index with), and API Token, save those, and voila! Your rate limiting should be sufficient for most use cases at this point. If it isn't, get in touch via our GitHub issues, and we can take a look at your use case and potentially partner!
129
129
 
130
+ ### Usage with Nexus IQ Server
131
+
132
+ Chelsea can as well work with Sonatype's Nexus IQ Server, allowing you to set policy related to your open source consumption, letting you fine tune what you consume.
133
+
134
+ To use with Nexus IQ Server, run Chelsea like so:
135
+
136
+ `chelsea --file Gemfile.lock --application yourpublicapplicationid --iq`
137
+
138
+ Output after running will look like so, assuming you have no policy violations:
139
+
140
+ ```
141
+ $ chelsea --file Gemfile.lock --application testapp --iq
142
+ _____ _ _
143
+ / __ \| | | |
144
+ | / \/| |__ ___ | | ___ ___ __ _
145
+ | | | '_ \ / _ \| |/ __| / _ \ / _` |
146
+ | \__/\| | | || __/| |\__ \| __/| (_| |
147
+ \____/|_| |_| \___||_||___/ \___| \__,_|
148
+
149
+
150
+ Version: 0.0.13
151
+ [+] Submitting sbom to Nexus IQ Server ...done.
152
+ [+] Polling Nexus IQ Server for results ...done.
153
+ Hi! Chelsea here, no policy violations for this audit!
154
+ Report URL: http://localhost:8070/ui/links/application/testapp/report/0e0f469269534b7a809304b5f68cdd88
155
+ ```
156
+
130
157
  ## Development
131
158
 
132
159
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
Binary file
@@ -1,3 +1,3 @@
1
1
  module Chelsea
2
- VERSION = '0.0.14'.freeze
2
+ VERSION = '0.0.15'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chelsea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allister Beharry