The tool errors out when symbolic link to a directory (`ln -sfn ./eu-west-1 global`) is found. ```text failed to read lines from file stacks/aws/common/global [Error: EISDIR: illegal operation on a directory, read] { errno: -21, code: 'EISDIR', syscall: 'read' } failed to run audit command [Error: EISDIR: illegal operation on a directory, read] { errno: -21, code: 'EISDIR', syscall: 'read' } ```
The tool errors out when symbolic link to a directory (
ln -sfn ./eu-west-1 global) is found.