Skip to content

Commit

Permalink
fix(anonymizer): use fakerUUID for usager emails
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Jun 22, 2024
1 parent 18b15e6 commit bfa6b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .anonymizer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dump:
params:
column: "email"
template: >
{{ printf "user-%[email protected]" (.GetColumnValue "uuid") }}
{{ printf "user-%[email protected]" (quote fakerUUID) }}
- name: RandomFirstName
params:
column: prenom
Expand Down

0 comments on commit bfa6b30

Please sign in to comment.