Skyscanner / LambdaGuard

AWS Serverless Security
Apache License 2.0
400 stars 69 forks source link

Security stats not showing on HTML report using --input #2

Closed madchap closed 5 years ago

madchap commented 5 years ago

Hi,

Installed via pip3 --user install lambdaguard.

Running lambdaguard --function <function_arn> --verbose works fine.

However, putting a bunch of functions in a text file, and running lambdaguard --input arns.txt --verbose does not generate the proper HTML report. The security.json file is fine and has all the information expected, however.

The security info does not show neither in the top level stats, nor when drilling through in the individual function. It is blank.

adeptex commented 5 years ago

Hi @madchap thanks for raising this. Will have a look

adeptex commented 5 years ago

@madchap I was not able to reproduce the issue in v2.2.0. Please update and try again.

After updating you can run lambdaguard -H to regenerate the HTML report