# OpenSSF Scorecard repo scan

**Use case:** 

Scan GitHub repositories with OpenSSF Scorecard and review current security signals, check scores, reasons, details, and documentation URLs.

## Input

```json
{
  "repositories": [
    "github.com/ossf/scorecard",
    "github.com/hashicorp/terraform",
    "github.com/ansible/ansible",
    "github.com/prometheus/prometheus",
    "github.com/grafana/grafana"
  ]
}
```

## Output

```json
{
  "repository": {
    "label": "Repository",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "commit": {
    "label": "Commit",
    "format": "string"
  },
  "scorecardDate": {
    "label": "Scorecard date",
    "format": "string"
  },
  "scorecardVersion": {
    "label": "Scorecard version",
    "format": "string"
  },
  "checks": {
    "label": "Checks",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenSSF Scorecard Projects Scraper](https://apify.com/maximedupre/openssf-scorecard-projects-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/openssf-scorecard-projects-scraper) to learn more, explore other use cases, and run it yourself.