ansible-lint
ansible-lint copied to clipboard
RFE: Implement basic secret identification
New rule to do per-task regex mathcing using a default list of some regex's from here:
https://github.com/odomojuli/regextokens
Allow for user provided list to replace or suppliment the list.
regex's should be compiled early
rule should be opt in until somepoint in the future TBD