aquasecurity / fanal

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

feat: add post handler #460

Closed knqyf263 closed 2 years ago

knqyf263 commented 2 years ago

Description

Analyzers take a single file and process it one by one, but post handlers will be called after analysis. It would be useful for processes that require multiple files, such as Terraform scanning.

TODO

Related PRs