Skip to content

Commit

Permalink
updated for precommit exception
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Jul 17, 2024
1 parent ddf077f commit 6730341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/parse_etc_password.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
vars:
ld_passwd_regex: >-
^(?P<id>[^:]*):(?P<password>[^:]*):(?P<uid>[^:]*):(?P<gid>[^:]*):(?P<gecos>[^:]*):(?P<dir>[^:]*):(?P<shell>[^:]*)
ld_passwd_yaml: |
ld_passwd_yaml: | # pragma: allowlist secret
id: >-4
\g<id>
password: >-4
Expand Down

0 comments on commit 6730341

Please sign in to comment.