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
Copy file name to clipboardExpand all lines: README.md
+36-36Lines changed: 36 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -569,43 +569,43 @@ gradle run -DmainClass=com.google.swarm.tokenization.S3Import -Pargs=" --streami
569
569
1. Modify inspect config file (gcs-s3-inspect-config.json) to add/update the info types you would lilke to use for scan. Below snippet is a sample config file used for demo.
570
570
571
571
```
572
-
{
573
-
"inspectTemplate": {
574
-
"displayName": "DLP Inspection Config For Demo",
575
-
"description": "DLP Config To Inspect GCS and S3 Bucket",
576
-
"inspectConfig": {
577
-
"infoTypes": [
578
-
{
579
-
"name": "EMAIL_ADDRESS"
580
-
},
581
-
{
582
-
"name": "CREDIT_CARD_NUMBER"
583
-
},
584
-
{
585
-
"name": "PHONE_NUMBER"
586
-
},
587
-
{
588
-
"name": "US_SOCIAL_SECURITY_NUMBER"
589
-
},
590
-
{
591
-
"name": "IP_ADDRESS"
592
-
}
593
-
],
594
-
"minLikelihood": "POSSIBLE",
595
-
"customInfoTypes": [
596
-
{
597
-
"infoType": {
598
-
"name": "ONLINE_USER_ID"
599
-
},
600
-
"regex": {
601
-
"pattern": "\\b:\\d{16}"
602
-
}
603
-
}
604
-
]
605
-
}
606
-
},
607
-
}
572
+
{
573
+
"inspectTemplate":{
574
+
"displayName":"DLP Inspection Config For Demo",
575
+
"description":"DLP Config To Inspect GCS and S3 Bucket",
0 commit comments