Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,22 @@ permissions:
pull-requests: write # To comment on pull requests
```

## Trust levels of packages

The following levels are considered when evaluating package trust:

- **Trusted Publisher (with provenance)** (highest)
- **Provenance**
- **None**

When a package's trust level decreases (e.g., from Trusted Publisher to Provenance), it is flagged in the report.

### `provenance-action` GitHub Action

If you want more information on _why_ the trust level changed, or want to detect changes to the provenance information, we highly recommend using the [provenance-action](https://github.com/danielroe/provenance-action) in addition to this.

The provenance action will tell you exactly what changed in the provenance information. For example, if the repository changed between two versions.

## License

MIT