Skip to content

Commit

Permalink
fix: typo (#2084)
Browse files Browse the repository at this point in the history
## Description

...

## Related Issue

Fixes #
<!-- or -->
Relates to #

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [ ] Test, docs, adr added or updated as needed
- [ ] [Contributor Guide
Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow)
followed

Co-authored-by: Wayne Starr <[email protected]>
  • Loading branch information
testwill and Racer159 authored Oct 26, 2023
1 parent cbbfdff commit 17a2cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adr/0009-sbom-more-than-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/3-create-a-zarf-package/9-github-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17a2cf9

Please sign in to comment.