Closed sfraint closed 5 years ago
Previously Netconan could only anonymize files in the root of the specified input directory.
Netconan
This PR updates Netconan to:
input
output
With a dir structure of:
anon/ configs/ sensitive1/ cisco.cfg juniper.cfg sensitive2/ palo_alto.cfg
Now, the following is possible:
netconan -i configs/sensitive1/cisco.cfg -o anon/cisco_anon.cfg -p -a
netconan -i configs -o anon -p -a
Fixes https://github.com/intentionet/netconan/issues/60 and https://github.com/intentionet/netconan/issues/78
This change is
Previously
Netconan
could only anonymize files in the root of the specified input directory.This PR updates
Netconan
to:input
andoutput
input
directoryWith a dir structure of:
Now, the following is possible:
netconan -i configs/sensitive1/cisco.cfg -o anon/cisco_anon.cfg -p -a
netconan -i configs -o anon -p -a
Fixes https://github.com/intentionet/netconan/issues/60 and https://github.com/intentionet/netconan/issues/78
This change is