ssh_config_to_vuls_config 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -3
- data/lib/ssh_config_to_vuls_config/cli.rb +1 -0
- data/lib/ssh_config_to_vuls_config/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 289df8bbd5bbd020baf208c5b2b6be1fe84d0b23
|
|
4
|
+
data.tar.gz: 968b70d7861484634fd8c22716679522865dbc36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8393d1461923ae23fcfbb71f709544ad5a05bb78cbe756d0ebf184689e28f56a538ae3fb272ed4349ef31fc5e0ec102a33345d545074b11b677e63fc040a149
|
|
7
|
+
data.tar.gz: 21e0d2e964958bd47d289fbdbd53388a54f15bbbd8085e166aeddb302d59c6e9d76cc44f7a82b2cbcfb2a3db0fc0f4318fd76eb460061ef91883aed2056c18f9
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# sc2vc: ssh_config to vuls config TOML format
|
|
1
|
+
# sc2vc: ssh_config to vuls config TOML format [](https://rubygems.org/gems/ssh_config_to_vuls_config)
|
|
2
2
|
|
|
3
3
|
ssh_config to [vuls](https://github.com/future-architect/vuls) config TOML format
|
|
4
4
|
|
|
@@ -36,10 +36,9 @@ Use [sconb](https://github.com/k1LoW/sconb) to filter ~/.ssh/config.
|
|
|
36
36
|
$ sconb dump example_* | sconb restore | sc2vc > filtered_config.toml
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
|
|
40
39
|
## Contributing
|
|
41
40
|
|
|
42
|
-
1. Fork it ( https://github.com/
|
|
41
|
+
1. Fork it ( https://github.com/k1LoW/ssh_config_to_vuls_config/fork )
|
|
43
42
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
44
43
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
45
44
|
4. Push to the branch (`git push origin my-new-feature`)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ssh_config_to_vuls_config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- k1LoW
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|