diff --git a/adr/0009-sbom-more-than-images.md b/adr/0009-sbom-more-than-images.md index 93ba83356f..501ca37aa5 100644 --- a/adr/0009-sbom-more-than-images.md +++ b/adr/0009-sbom-more-than-images.md @@ -21,7 +21,7 @@ Potential considerations: 2. Run Syft against files and dataInjections Pros: - We know these files are actually inside of the package and won't just be noise - - This is the most common two ways for people to include addtional artifacts in packages (we use files in our own init package) + - This is the most common two ways for people to include additional artifacts in packages (we use files in our own init package) Cons: - This is only a subset of what Zarf provides and someone could commit an artifact to a git repo for example diff --git a/docs/3-create-a-zarf-package/9-github-action.md b/docs/3-create-a-zarf-package/9-github-action.md index a52cda99f8..a3a71df34b 100644 --- a/docs/3-create-a-zarf-package/9-github-action.md +++ b/docs/3-create-a-zarf-package/9-github-action.md @@ -7,7 +7,7 @@ The [setup-zarf](https://github.com/defenseunicorns/setup-zarf) Github action is ```yaml # .github/workflows/zarf-package-create.yml jobs: - create_pacakge: + create_package: runs-on: ubuntu-latest name: Create my cool Zarf Package