Skip to content

Commit f1c0149

Browse files
committed
CONT-234 Create MVP
This PR is an MVP and gets the current minimal set of tests passing. - modified Craig's tests to include a test for no problems - 3 tests haven't been coded for and are therefore marked as pending - added a check which gets the tests passing. ie the check: - identifies exec resources and identifies any commands (command, onlyif and unless) in the exec - it parses command statements and checks for any input variables - if so it raises an warning - removed dependabot for now TODO: - this is an MVP so more functionality needs to be added on top - will add extra checks on commands for various instances of unsanitised input
1 parent 1bcd9ea commit f1c0149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/puppet-lint/plugins/version.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# version of this gem
12
class CheckUnsafeInterpolations
23
VERSION ||= '0.0.1'.freeze
34
end

0 commit comments

Comments
 (0)