vtk 1.2.0 → 1.3.0
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/CHANGELOG.md +45 -7
- data/lib/vtk/cli.rb +1 -1
- data/lib/vtk/commands/scan/actions.rb +103 -0
- data/lib/vtk/commands/scan.rb +31 -0
- data/lib/vtk/commands/socks/setup.rb +1 -1
- data/lib/vtk/version.rb +1 -1
- data/scripts/gh-action-trace.sh +1317 -0
- metadata +4 -2
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vtk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Boehs
|
|
@@ -92,6 +92,7 @@ files:
|
|
|
92
92
|
- lib/vtk/commands/module/service.rb
|
|
93
93
|
- lib/vtk/commands/scan.rb
|
|
94
94
|
- lib/vtk/commands/scan/README.md
|
|
95
|
+
- lib/vtk/commands/scan/actions.rb
|
|
95
96
|
- lib/vtk/commands/scan/credentials.rb
|
|
96
97
|
- lib/vtk/commands/scan/machine.rb
|
|
97
98
|
- lib/vtk/commands/scan/repo.rb
|
|
@@ -107,6 +108,7 @@ files:
|
|
|
107
108
|
- lib/vtk/version.rb
|
|
108
109
|
- scripts/credential-audit.ps1
|
|
109
110
|
- scripts/credential-audit.sh
|
|
111
|
+
- scripts/gh-action-trace.sh
|
|
110
112
|
- scripts/shai-hulud-machine-check.ps1
|
|
111
113
|
- scripts/shai-hulud-machine-check.sh
|
|
112
114
|
- scripts/shai-hulud-repo-check.ps1
|
|
@@ -135,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
135
137
|
- !ruby/object:Gem::Version
|
|
136
138
|
version: '0'
|
|
137
139
|
requirements: []
|
|
138
|
-
rubygems_version:
|
|
140
|
+
rubygems_version: 3.6.9
|
|
139
141
|
specification_version: 4
|
|
140
142
|
summary: A CLI for the platform
|
|
141
143
|
test_files: []
|