SAP / fosstars-rating-core

A framework for defining ratings for open source projects. In particular, the framework offers a security rating for open source projects that may be used to assess the security risk that comes with open source components.
https://sap.github.io/fosstars-rating-core/
Apache License 2.0
59 stars 27 forks source link

Report not possible in JSON format #996

Open RaphaelVogel opened 1 month ago

RaphaelVogel commented 1 month ago

I try to run the scanner locally using this guide: https://github.com/SAP/fosstars-oss-rules-of-play-report/blob/main/running-locally.md

I configured the scanner with the following config file for test purposes:

cache: .fosstars/project_rating_cache.json
reports:
  - type: json
    where: ./
finder:
  # To scan a full organization use the organizations object
  #organizations:
  #  - name: gardener
  #    exclude:
  #      - .github
  #      - .repository-template
  # To scan a single repository use the repositories object
  repositories:
  - organization: gardener
    name: alpine-conntrack

In the log I get the following error message: “Oops! That's an unknown type of report: JSON”

ajinkyapatil8190 commented 1 month ago

Hi @RaphaelVogel - I had a discussion with @sourabhsparkala and he will work on it in the coming week/s.