You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At puppetize2021 during the presentation on Infrastructure as Secure Code, the question rose up on how to change ciphers.
Proposal 1: puppet-lint way
puppet-lint let you allow to disable or enable tests.
Maybe ciphers can be within a separate test (only the ciphers, not the test itself).
But this is only possible if one can alter the ciphers-only test.
Proposal 2: using a config file
If no config file, like .lint-security.yaml exists, the plugin uses the defaults.
If a config file exists and sets data for a specific test, these data are used.
The text was updated successfully, but these errors were encountered:
At puppetize2021 during the presentation on Infrastructure as Secure Code, the question rose up on how to change ciphers.
Proposal 1: puppet-lint way
puppet-lint let you allow to disable or enable tests.
Maybe ciphers can be within a separate test (only the ciphers, not the test itself).
But this is only possible if one can alter the ciphers-only test.
Proposal 2: using a config file
If no config file, like .lint-security.yaml exists, the plugin uses the defaults.
If a config file exists and sets data for a specific test, these data are used.
The text was updated successfully, but these errors were encountered: