Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Apr 11, 2023
1 parent d46ff20 commit 9fbe893
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ inputs:
allow:
description: 'List of extra privileged entitlement (e.g., network.host,security.insecure)'
required: false
attests:
description: 'List of attestation parameters (e.g., type=sbom,generator=image)'
required: false
build-args:
description: 'List of build-time variables'
required: false
Expand Down Expand Up @@ -67,6 +70,9 @@ inputs:
platforms:
description: 'List of target platforms for build'
required: false
provenance:
description: 'Generate provenance attestation for the build (shorthand for --attest=type=provenance)'
required: false
project:
description: 'Depot project ID'
required: false
Expand All @@ -78,6 +84,9 @@ inputs:
description: 'Push is a shorthand for --output=type=registry'
required: false
default: 'false'
sbom:
description: 'Generate SBOM attestation for the build (shorthand for --attest=type=sbom)'
required: false
secrets:
description: 'List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken)'
required: false
Expand Down

0 comments on commit 9fbe893

Please sign in to comment.