Skip to content

Commit

Permalink
fix(typo): replace all sbon -> sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 6, 2024
1 parent d3f0ab9 commit d5a93b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/examples/security/syft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
fluentci --version
name: Setup FluentCI
- run: fluentci run --wasm syft scan hashicorp/terraform:latest -o spdx-json=syft-report.json
name: generate sbon
name: generate sbom
machine:
image: ubuntu-2004:2023.07.1
workflows:
Expand All @@ -143,7 +143,7 @@ steps:
displayName: Setup FluentCI
- script: |
fluentci run --wasm syft scan hashicorp/terraform:latest -o spdx-json=syft-report.json
displayName: generate sbon
displayName: generate sbom
`}
</CodeBlock>
</TabItem>
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/security/trivy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
fluentci --version
name: Setup FluentCI
- run: fluentci run --wasm trivy config . --format=table --exit-code=1
name: generate sbon
name: generate sbom
machine:
image: ubuntu-2004:2023.07.1
workflows:
Expand All @@ -158,7 +158,7 @@ steps:
displayName: Setup FluentCI
- script: |
fluentci run --wasm trivy config . --format=table --exit-code=1
displayName: generate sbon
displayName: generate sbom
`}
</CodeBlock>
</TabItem>
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/security/trufflehog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
fluentci --version
name: Setup FluentCI
- run: fluentci run --wasm trufflehog github --repo=https://github.com/dustin-decker/secretsandstuff --fail
name: generate sbon
name: generate sbom
machine:
image: ubuntu-2004:2023.07.1
workflows:
Expand All @@ -157,7 +157,7 @@ steps:
displayName: Setup FluentCI
- script: |
fluentci run --wasm trufflehog github --repo=https://github.com/dustin-decker/secretsandstuff --fail
displayName: generate sbon
displayName: generate sbom
`}
</CodeBlock>
</TabItem>
Expand Down

0 comments on commit d5a93b9

Please sign in to comment.