fanal icon indicating copy to clipboard operation
fanal copied to clipboard

feat: support stdin

Open knqyf263 opened this issue 4 years ago • 0 comments

fanal supported - to take an image content from stdin before, but the feature was dropped when moving to containers/image. But some users want this feature, so this PR makes it possible to do it again. Related to https://github.com/aquasecurity/trivy/pull/418

For example,

$ docker save centos:7 | fanal -f -

knqyf263 avatar Mar 16 '20 19:03 knqyf263