Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/articles/ARTICLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Other articles on assorted topics related to secureblue:
- [User namespaces](/articles/userns) - Brief overview of unprivileged User Namespaces, the security risk they enabled and how secureblue handles that risk.
- [Kernel arguments](/articles/kargs) - List and brief explanation of the hardening kargs that the `ujust set-kargs-hardening` command can set.
- [Flatpak](/articles/flatpak) - Flatpak: the good, the bad, the ugly.
- [Build architecture](/articles/build-architecture) - Build architecture for secureblue
- [Build architecture](/articles/build-architecture) - Build architecture for secureblue.
4 changes: 2 additions & 2 deletions content/articles/BUILD_ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permalink: /articles/build-architecture
- [Branch protection](#branch-protection)
- [Build process](#build-process)
- [Trivalent Build](#trivalent-build)
- [Secureblue Build](#secureblue-build)
- [secureblue Build](#secureblue-build)
- [Image Updates](#image-updates)

## [Introduction](#introduction)
Expand Down Expand Up @@ -188,7 +188,7 @@ Branch protection via [rulesets](https://docs.github.com/en/repositories/configu
1. Fetch context information from the GitHub Control Plane
1. Generate, sign, and push the attestation to GitHub Artifacts

### [Secureblue Build](#secureblue-build)
### [secureblue Build](#secureblue-build)
{: #secureblue-build}

#### Build Job
Expand Down