# Harden-Runner

The Harden-Runner Reports page provides visibility into how widely Harden-Runner is being applied across your GitHub organization.

It helps security and DevOps teams answer questions like:

* How many workflow runs are protected?
* Which repositories are still unmonitored?
* How has coverage changed over time?
* Where should rollout efforts focus next?

<figure><img src="/files/6qtRCcm8KId6vVytpyDc" alt=""><figcaption></figcaption></figure>

### Organization Coverage

This section shows how many workflow runs are currently monitored by Harden-Runner.

It includes:

* Coverage percentage
* Monitored runs
* Unmonitored runs
* Total runs

### Coverage History

The Coverage History chart tracks monitoring coverage over time for the selected period.

Use this view to understand adoption trends across the organization.

### Repository Coverage

The Repositories table provides per-repository coverage information.

For each repository, you can see:

* Monitored runs
* Unmonitored runs
* Total runs
* Coverage %

Repositories can be expanded to view workflow-level details.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stepsecurity.io/workspace/reports/harden-runner.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
