There was an error while loading. Please reload this page.
0 parents commit 65c9d29Copy full SHA for 65c9d29
1 file changed
README.md
@@ -0,0 +1,28 @@
1
+# Quayio::Scanner
2
+
3
+Scan quay.io for vulnerabilties in running docker containers. Implemented as sensu check.
4
5
+## Installation
6
7
+Add this line to your application's Gemfile:
8
9
+```ruby
10
+gem 'quayio-scanner'
11
+```
12
13
+And then execute:
14
15
+ $ bundle
16
17
+Or install it yourself as:
18
19
+ $ gem install quayio-scanner
20
21
+## Contributing
22
23
+Bug reports and pull requests are welcome on GitHub at https://github.com/aboutsource/quayio-scanner.
24
25
26
+## License
27
28
+The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
0 commit comments