puppetlabs / puppet-dev-tools

Puppet development tools in a Docker image
Apache License 2.0
12 stars 25 forks source link

add puppet-lint-security-plugins gem because *security* #17

Closed zoojar closed 4 years ago

zoojar commented 4 years ago

Add gem "puppet-lint-security-plugins" - used to identify security issues in Puppet code.

ccaum commented 4 years ago

Thanks for this! I'm sorry I missed it when you put it in. There's now a conflict with the Dockerfile since we switched to using a Gemfile. Other than the conflict, I have concerns about this changing existing behavior for customers. Is there a way to have this new functionality set to warning instead of failing?

zoojar commented 4 years ago

Thanks for this! I'm sorry I missed it when you put it in. There's now a conflict with the Dockerfile since we switched to using a Gemfile. Other than the conflict, I have concerns about this changing existing behavior for customers. Is there a way to have this new functionality set to warning instead of failing?

no worries - thank you! the gem itself looks to be pretty old anyhow - i'll close