Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/verify-conforma-konflux-ta.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: 0.1

== Synopsis

Verify the enterprise contract is met
Verify the Conforma policy is met

== Params
[horizontal]
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/verify-enterprise-contract.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: 0.1

== Synopsis

Verify the enterprise contract is met
Verify the Conforma policy is met

== Params
[horizontal]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metadata:
app.kubernetes.io/version: "0.1"

spec:
description: Verify the enterprise contract is met
description: Verify the Conforma policy is met
params:
- name: SNAPSHOT_FILENAME
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ kind: Task
metadata:
name: verify-enterprise-contract
annotations:
tekton.dev/displayName: Verify Enterprise Contract
tekton.dev/displayName: Verify Conforma
tekton.dev/pipelines.minVersion: "0.19"
tekton.dev/tags: ec, chains, signature, conftest
labels:
app.kubernetes.io/version: "0.1"

spec:
description: Verify the enterprise contract is met
description: Verify the Conforma policy is met
params:
- name: IMAGES
type: string
Expand Down
Loading