How to run the PII scan and apply transformers automatically
Governor supports scanning columns for personally identifiable information (PII) before masking. You can run PII scanning and apply transformers from Governor by following these steps:
-
Open the workflow you want to scan
-
Open "Sensitive data scan" from the left menu
-
Click the "Run scanning" button
-
Visually verify the list of database columns considered sensitive, displayed after scanning is complete. You can manually override columns to declare them sensitive or non-sensitive by selecting them and clicking the
update sensitivity
button. -
Select all columns and click the "Apply suggested transformers" button; this will update your YAML configuration to include the suggested transformations.
-
Check the "Configuration" tab to see which transformers were applied
Columns are scanned by matching their names to regular expressions (Column regex) and by matching their data entries with to regular expressions (Row regex). //or by machine learning scans of the entries (Row ML). Some entries are also tested for validity with respect to their check digits to avoid false positives for numbers which are known to satisfy Luhn’s Algorithm (Luhn).
The following table shows which data types can be detected using which methods.
Property | Description |
---|---|
|
Column regex, Row regex |
|
Column regex, Row regex |
|
Column regex, Row regex |
|
Column regex, Row regex |
|
Column regex, Row regex |
|
Column regex, Row regex |
|
Column regex, Row regex |
|
Column regex, Row regex |
|
Column regex, Row regex |
|
Column regex, Row regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Column regex |
|
Row regex, Luhn |
|
Row regex, Luhn |