Skip to content

Commit 4052d7b

Browse files
Merge pull request #8 from aboutsource/feature/add_snyk_monitoring
Add snyk monitoring
2 parents 446e2d9 + cdd82b7 commit 4052d7b

3 files changed

Lines changed: 90 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/.bundle/
22
/.yardoc
3-
/Gemfile.lock
43
/_yardoc/
54
/coverage/
65
/doc/

Gemfile.lock

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
PATH
2+
remote: .
3+
specs:
4+
quayio-scanner (0.2.2)
5+
docker-api (~> 1.33)
6+
rest-client (~> 2.1)
7+
sensu-plugin (~> 4.0)
8+
9+
GEM
10+
remote: https://rubygems.org/
11+
specs:
12+
ast (2.4.1)
13+
diff-lcs (1.4.4)
14+
docker-api (1.34.2)
15+
excon (>= 0.47.0)
16+
multi_json
17+
domain_name (0.5.20190701)
18+
unf (>= 0.0.5, < 1.0.0)
19+
excon (0.85.0)
20+
http-accept (1.7.0)
21+
http-cookie (1.0.4)
22+
domain_name (~> 0.5)
23+
json (2.5.1)
24+
mime-types (3.3.1)
25+
mime-types-data (~> 3.2015)
26+
mime-types-data (3.2021.0704)
27+
mixlib-cli (1.7.0)
28+
multi_json (1.15.0)
29+
netrc (0.11.0)
30+
parallel (1.19.2)
31+
parser (2.7.2.0)
32+
ast (~> 2.4.1)
33+
rainbow (3.0.0)
34+
rake (10.5.0)
35+
regexp_parser (1.8.2)
36+
rest-client (2.1.0)
37+
http-accept (>= 1.7.0, < 2.0)
38+
http-cookie (>= 1.0.2, < 2.0)
39+
mime-types (>= 1.16, < 4.0)
40+
netrc (~> 0.8)
41+
rexml (3.2.4)
42+
rspec (3.9.0)
43+
rspec-core (~> 3.9.0)
44+
rspec-expectations (~> 3.9.0)
45+
rspec-mocks (~> 3.9.0)
46+
rspec-core (3.9.3)
47+
rspec-support (~> 3.9.3)
48+
rspec-expectations (3.9.3)
49+
diff-lcs (>= 1.2.0, < 2.0)
50+
rspec-support (~> 3.9.0)
51+
rspec-mocks (3.9.1)
52+
diff-lcs (>= 1.2.0, < 2.0)
53+
rspec-support (~> 3.9.0)
54+
rspec-support (3.9.4)
55+
rubocop (0.93.1)
56+
parallel (~> 1.10)
57+
parser (>= 2.7.1.5)
58+
rainbow (>= 2.2.2, < 4.0)
59+
regexp_parser (>= 1.8)
60+
rexml
61+
rubocop-ast (>= 0.6.0)
62+
ruby-progressbar (~> 1.7)
63+
unicode-display_width (>= 1.4.0, < 2.0)
64+
rubocop-ast (1.1.0)
65+
parser (>= 2.7.1.5)
66+
ruby-progressbar (1.10.1)
67+
sensu-plugin (4.0.0)
68+
json (< 3.0.0)
69+
mixlib-cli (~> 1.5)
70+
unf (0.1.4)
71+
unf_ext
72+
unf_ext (0.0.7.7)
73+
unicode-display_width (1.7.0)
74+
75+
PLATFORMS
76+
ruby
77+
78+
DEPENDENCIES
79+
bundler (~> 2.2)
80+
quayio-scanner!
81+
rake (~> 10.0)
82+
rspec (~> 3.7)
83+
rubocop (~> 0.49)
84+
85+
BUNDLED WITH
86+
2.2.23

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/abouts
2626
## License
2727

2828
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
29+
30+
## Security
31+
32+
* [Snyk](https://app.snyk.io/org/about-source/project/6eb2d381-87e7-49c4-a47f-ccad97f33ae3)

0 commit comments

Comments
 (0)