Skip to content

Commit

Permalink
add mandatory rpm signature scan task
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 committed Nov 5, 2024
1 parent 7b7d0ff commit 4d22d8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .tekton/guac-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ spec:
value: .
- name: build-source-image
value: 'true'
- default: "false"
description: Add built image into an OCI image index
name: build-image-index
type: string
pipelineSpec:
description: |
This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.
Expand Down Expand Up @@ -101,6 +97,10 @@ spec:
description: Build a source image.
name: build-source-image
type: string
- default: "false"
description: Add built image into an OCI image index
name: build-image-index
type: string
- default: []
description: Array of --build-arg values ("arg=value" strings) for buildah
name: build-args
Expand Down

0 comments on commit 4d22d8f

Please sign in to comment.