diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2021-05-05 17:02:04 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-06-15 10:31:03 -0400 |
commit | 892bbd8114703f5a4d23aa77ba5829b7ba59446f (patch) | |
tree | bfb0aadf56224f18d0d6fc1783baaaca3326a694 /.github | |
parent | 34d997ebaea769b31e577526613e3e9ccb0893f8 (diff) | |
download | sos-892bbd8114703f5a4d23aa77ba5829b7ba59446f.tar.gz |
[cleaner] Remove binary files by default
Binary files generally speaking cannot be obfuscated, and as such we
should remove them from archives being obfuscated by default so that
sensitive data is not mistakenly included in an obfuscated archive.
This commits adds a new `--keep-binary-files` option that if used will
keep any encountered binary files in the final archive. The default
option of `false` will ensure that encountered binary files are removed.
The number of removed binary files per archive is reported when
obfuscation is completed for that archive.
Closes: #2478
Resolves: #2524
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions