Skip to content

Commit

Permalink
buildType: Fix bullet lists rendering
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <[email protected]>
  • Loading branch information
bact authored and goneall committed Sep 12, 2024
1 parent aa88d6c commit 1a23edc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions model/Build/Properties/buildType.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,19 @@ If you are not using a well-known buildType, it should be namespaced to a
domain you own to prevent conflicts with other builtType IRIs.

Examples of a buildType might be:
* A GitHub action workflow
* A step in a GitHub actions pipeline
* An invocation of a compiler or other tool
* A script that orchestrates builds at a higher level

Keep in mind that builds can be "nested" using the `ancestorOf` relationship
- A GitHub action workflow
- A step in a GitHub actions pipeline
- An invocation of a compiler or other tool
- A script that orchestrates builds at a higher level

Keep in mind that builds can be "nested" using the `ancestorOf` relationship.

If the buildType IRI is not recognized, it is still possible to inspect other
properties of the build, but it may not be possible to derive deeper meaning
from them
from them.

For more information, see the SLSA definition of buildType
For more information, see the SLSA definition of buildType.

## Metadata

Expand Down

0 comments on commit 1a23edc

Please sign in to comment.