Skip to content

Commit

Permalink
add sbom-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalbraith committed Oct 11, 2023
1 parent 01d905d commit ae57855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/cli/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ depot bake -f docker-bake.hcl original
| `pull` | Always attempt to pull all referenced images |
| `push` | Shorthand for "--set=\*.output=type=registry" |
| `sbom` | Shorthand for "--set=\*.attest=type=sbom" |
| `sbom-dir` | Directory to store SBOM attestations |
| `set` | Override target value (e.g., "targetpattern.key=value") |
| `token` | Depot API token |
{/* <!-- prettier-ignore-end --> */}
Expand Down Expand Up @@ -154,6 +155,7 @@ depot build -t repo/image:tag . --push
| `push` | Shorthand for "--output=type=registry" |
| `quiet` | Suppress the build output and print image ID on success |
| `sbom` | Shorthand for "--attest=type=sbom" |
| `sbom-dir` | Directory to store SBOM attestations |
| `secret` | Secret to expose to the build (format: "id=mysecret[,src=/local/secret]") |
| `shm-size` | Size of "/dev/shm" |
| `ssh` | SSH agent socket or keys to expose to the build |
Expand Down

0 comments on commit ae57855

Please sign in to comment.