Skip to content

Commit 4045341

Browse files
authored
docs: add trust section (#42)
1 parent be71989 commit 4045341

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@ permissions:
114114
pull-requests: write # To comment on pull requests
115115
```
116116

117+
## Trust levels of packages
118+
119+
The following levels are considered when evaluating package trust:
120+
121+
- **Trusted Publisher (with provenance)** (highest)
122+
- **Provenance**
123+
- **None**
124+
125+
When a package's trust level decreases (e.g., from Trusted Publisher to Provenance), it is flagged in the report.
126+
127+
### `provenance-action` GitHub Action
128+
129+
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.
130+
131+
The provenance action will tell you exactly what changed in the provenance information. For example, if the repository changed between two versions.
132+
117133
## License
118134

119135
MIT

0 commit comments

Comments
 (0)