inspec-containerd-docs 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de767961508a5d1e25080c9ccee53153b06630ae8a6f3bb61c0edcfd3d585320
|
4
|
+
data.tar.gz: 1ef70635d316aa1ec7d32e436367a085eeec1c90f879d7dc7238291c4c182a94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 927e673f62f65552bcade3e315fbc9ec4d12dd2099625e14b7d64655037f658085cefab69f5a3254f6aa7dd55f56dcb8415aa8bf51f1a90505780f0891388e44
|
7
|
+
data.tar.gz: 0c131b823afd1bf70c533090ccddd911839970906b5d577267cb9ba3696f5f94a66ae3abc9fa944c01ca2f1c47e3627e44d0a21a32aa6dd4c7f470055b86185f
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# lib/inspec-containerd-docs/cli.rb
|
2
2
|
|
3
|
-
module
|
3
|
+
module InspecPlugins::ContainerdDocs
|
4
4
|
# Class name doesn't matter, but this is a reasonable default name
|
5
5
|
class CliCommand < Inspec.plugin(2, :cli_command) # Note two-arg form
|
6
6
|
# Implement API or use DSL as dictated by cli_command plugin type
|