fosstars-rating-core icon indicating copy to clipboard operation
fosstars-rating-core copied to clipboard

Report not possible in JSON format

Open RaphaelVogel opened this issue 8 months ago • 1 comments

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”

RaphaelVogel avatar May 29 '24 09:05 RaphaelVogel