Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Remove contribute.json from engine constants #438

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
38 changes: 0 additions & 38 deletions lib/ssh_scan/constants.rb
Expand Up @@ -50,43 +50,5 @@ module Constants
00021686d61632d6d64352c686d61632d736861312c686d61632d\
726970656d64313630000000046e6f6e65000000046e6f6e65000\
000000000000000000000006e05b3b4".freeze

CONTRIBUTE_JSON = {
:name => "ssh_scan api",
:description => "An api for performing ssh compliance \
and policy scanning",
:repository => {
:url => "https://github.com/mozilla/ssh_scan",
:tests => "https://travis-ci.org/mozilla/ssh_scan",
},
:participate => {
:home => "https://github.com/mozilla/ssh_scan",
:docs => "https://github.com/mozilla/ssh_scan",
:irc => "irc://irc.mozilla.org/#infosec",
:irc_contacts => [
"claudijd",
"pwnbus",
"kang",
],
:gitter => "https://gitter.im/mozilla-ssh_scan/Lobby",
:gitter_contacts => [
"claudijd",
"pwnbus",
"kang",
"jinankjain",
"agaurav77"
],
},
:bugs => {
:list => "https://github.com/mozilla/ssh_scan/issues",
},
:keywords => [
"ruby",
"sinatra",
],
:urls => {
:dev => "https://sshscan.rubidus.com",
}
}.freeze
end
end