inspec-containerd-docs 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/inspec-containerd-docs/plugin.rb +2 -2
- data/lib/inspec-containerd-docs/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd7bfc9f4c5f9c12327ca8d11afa00f51b2a329dbe860a7da39d66194fc47d92
|
4
|
+
data.tar.gz: 60561169ba5119ab4a789d6e37f24e488863ebcc100ee17c44b174b232c9a4a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc4c2e34beea32fad737d5b654d8698d822d904361549764320181321adf31444d9c7fb52bbbe0bbd48d18c9da2b1ae24decf4c0591f0261c8fbccfee40ad4de
|
7
|
+
data.tar.gz: e7bedc9b60ef9a55ddba008d8a0fc7e7a10626fa68b9874148f92b31e65ac8ac39fe03946db6f251654bc67eb13b363d59ebc1b7b96efd9207e6c57829e5f06f
|
@@ -8,8 +8,8 @@ module InspecPlugins
|
|
8
8
|
module ContainerdDocs
|
9
9
|
class Plugin < ::Inspec.plugin(2, :cli_command)
|
10
10
|
# Internal machine name of the plugin. InSpec will use this in errors, etc.
|
11
|
-
plugin_name :'inspec-containerd-docs'
|
12
|
-
|
11
|
+
# plugin_name :'inspec-containerd-docs'
|
12
|
+
|
13
13
|
def initialize(opts)
|
14
14
|
super(opts)
|
15
15
|
end
|