aquasecurity / fanal

Static Analysis Library for Containers
Apache License 2.0
199 stars 100 forks source link

fix(secrets): added leading slash for file paths extracted from image #525

Closed DmitriyLewen closed 2 years ago

DmitriyLewen commented 2 years ago

Description

Added leading / for file paths extracted from image when analyzing secrets. The working directory for container image is always /. For path in secret configuration file, it is better to use an absolute path.

Related issues