Skip to content

Commit

Permalink
fix lint and spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Jul 15, 2024
1 parent f1e36a7 commit 557577b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 67 deletions.
2 changes: 2 additions & 0 deletions ci/spelling-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
"frontmatter",
"Gamal",
"gconv",
"gitsign",
"gittuf",
"GUAC",
"helm",
"HIPAA",
Expand Down
2 changes: 1 addition & 1 deletion publications/supply-chain-security-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Find out what tools are used to secure the supply chain. Explore the general req
1. [Securing the Source Code](securing-source-code.md)
2. [Securing Materials](securing-materials.md)
3. [Securing Build Pipelines](securing-build-pipelines.md)
4. [Securing Artefacts](securing-aretfacts.md)
4. [Securing Artifacts](securing-artifacts.md)
5. [Securing Deployments](securing-deployments.md)
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
# Securing Artefacts
# Securing Artifacts

{{% blocks/lead color="white" align="left" %}}
Here are the list of requirements for securing the source code. Each one has a list of tools used to achieve it.
{{% /blocks/lead %}}

## 1. Require signed commits

Tool capability: sign commits, verify signed commits

#### Tools
- Sigstore (gitsign)
- gittuf
- GUAC


## 2. Enforce full attestation and verification for protected branches

Tool capability: monitor protected branches

#### Tools
- gittuf


## 3. Prevent committing secrets to the source code repository

## 4. Define individuals/teams that are responsible for code in a repository and associated coding conventions
Expand All @@ -43,4 +29,3 @@ Tool capability: monitor protected branches
## 12. Have a Key Rotation Policy

## 13. Use short-lived/ephemeral credentials for machine/service access

Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,8 @@ Here are the list of requirements for securing the source code. Each one has a l

## 1. Require signed commits

Tool capability: sign commits, verify signed commits

#### Tools
- Sigstore (gitsign)
- gittuf
- GUAC


## 2. Enforce full attestation and verification for protected branches

Tool capability: monitor protected branches

#### Tools
- gittuf


## 3. Prevent committing secrets to the source code repository

## 4. Define individuals/teams that are responsible for code in a repository and associated coding conventions
Expand All @@ -43,4 +29,3 @@ Tool capability: monitor protected branches
## 12. Have a Key Rotation Policy

## 13. Use short-lived/ephemeral credentials for machine/service access

15 changes: 0 additions & 15 deletions publications/supply-chain-security-tools/securing-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,8 @@ Here are the list of requirements for securing the source code. Each one has a l

## 1. Require signed commits

Tool capability: sign commits, verify signed commits

#### Tools
- Sigstore (gitsign)
- gittuf
- GUAC


## 2. Enforce full attestation and verification for protected branches

Tool capability: monitor protected branches

#### Tools
- gittuf


## 3. Prevent committing secrets to the source code repository

## 4. Define individuals/teams that are responsible for code in a repository and associated coding conventions
Expand All @@ -43,4 +29,3 @@ Tool capability: monitor protected branches
## 12. Have a Key Rotation Policy

## 13. Use short-lived/ephemeral credentials for machine/service access

15 changes: 0 additions & 15 deletions publications/supply-chain-security-tools/securing-materials.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,8 @@ Here are the list of requirements for securing the source code. Each one has a l

## 1. Require signed commits

Tool capability: sign commits, verify signed commits

#### Tools
- Sigstore (gitsign)
- gittuf
- GUAC


## 2. Enforce full attestation and verification for protected branches

Tool capability: monitor protected branches

#### Tools
- gittuf


## 3. Prevent committing secrets to the source code repository

## 4. Define individuals/teams that are responsible for code in a repository and associated coding conventions
Expand All @@ -43,4 +29,3 @@ Tool capability: monitor protected branches
## 12. Have a Key Rotation Policy

## 13. Use short-lived/ephemeral credentials for machine/service access

Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ Here are the list of requirements for securing the source code, which is a subca

Tool capability: sign commits, verify signed commits

#### Tools
### Tools

- Sigstore (gitsign)
- gittuf
- GUAC


## 2. Enforce full attestation and verification for protected branches

Tool capability: monitor protected branches

#### Tools
- gittuf
### Tools

- gittuf

## 3. Prevent committing secrets to the source code repository

Expand All @@ -43,4 +43,3 @@ Tool capability: monitor protected branches
## 12. Have a Key Rotation Policy

## 13. Use short-lived/ephemeral credentials for machine/service access

0 comments on commit 557577b

Please sign in to comment.