mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Document new vulnerabilities repo (#18236)
Note that as we transition to the new `vulnerabilities` repo we will archive the `nvd` repo, so ultimately we will end up with the same number of repos as we have currently.
This commit is contained in:
parent
158931046e
commit
364117bffd
1 changed files with 3 additions and 0 deletions
|
|
@ -117,6 +117,9 @@ The only exceptions are:
|
|||
- _Confidential:_ [`fleetdm/confidential`](https://github.com/fleetdm/confidential)
|
||||
- _Classified (¶¶):_ [`fleetdm/classified`](https://github.com/fleetdm/classified)
|
||||
3. **GitHub Actions:** Since GitHub requires GitHub Actions to live in dedicated repositories in order to submit them to the marketplace, Fleet uses a separate repo for publishing [GitHub Actions designed for other people to deploy and use (and/or fork)](https://github.com/fleetdm/fleet-mdm-gitops).
|
||||
4. **Software vulnerabilities:** Since GitHub only allows one latest release per repository, we currently maintain two repositories to host our CVE/CPE database releases:
|
||||
- _vulnerabilities:_ [`fleetdm/vulnerabilities`](https://github.com/fleetdm/vulnerabilities)
|
||||
- _nvd:_ [`fleetdm/nvd`](https://github.com/fleetdm/nvd)
|
||||
|
||||
|
||||
Besides the exceptions above, Fleet does not use any other repositories. Other GitHub repositories in `fleetdm` should be archived and made private.
|
||||
|
|
|
|||
Loading…
Reference in a new issue