Add support for a new material type that contains the result of running OSSF [Scorecard](https://github.com/ossf/scorecard) For example, [this action](https://github.com/chainloop-dev/chainloop/blob/main/.github/workflows/scorecards.yml) does 3 things - analyze the repository - sends the result upstream to scorecards service. - creates an output sarif file that it's uploaded to GitHub security advisory and as an artifact. We should be able to take that file and send it to Chainloop as `OSSF_SCORECARD` material type.