Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report is not generated successfully #14

Open
za opened this issue Jul 10, 2023 · 3 comments
Open

Report is not generated successfully #14

za opened this issue Jul 10, 2023 · 3 comments

Comments

@za
Copy link
Contributor

za commented Jul 10, 2023

Hi there,

I've enabled the report plugin .yatas.yml:

plugins:
  - name: "aws"
    enabled: true
    source: "github.com/padok-team/yatas-aws"
    version: "latest"
    description: "Check for AWS good practices"
    exclude:
     # - AWS_S3_001
    include:
     # - "AWS_VPC_004"
     # - "AWS_VPC_003"
  - name: "markdown"
    enabled: true
    source: "github.com/padok-team/yatas-markdown"
    version: "latest"
    description: "Generates a markdown report"

And after I run yatas, I can only see this on report.md:

# Yatas 

Is there a way to debug this?

cc: @StanGirard

@StanGirard
Copy link
Contributor

StanGirard commented Jul 10, 2023 via email

@StanGirard
Copy link
Contributor

name: "markdown"
enabled: true
type: "report"

@za
Copy link
Contributor Author

za commented Jul 10, 2023

Ah, missed that line. I copied and pasted from the default config file. Thanks @StanGirard it works now! 🎉

Oh, if I run with -details will it generate the detailed report too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants