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
21 changes: 21 additions & 0 deletions .tekton/ec-policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
apiVersion: appstudio.redhat.com/v1alpha1
kind: EnterpriseContractPolicy
metadata:
name: migration-planner-ui-policy
spec:
description: Custom Enterprise Contract policy for migration-planner-ui
publicKey: k8s://openshift-pipelines/public-key
sources:
- name: Release Policies
policy:
- github.com/enterprise-contract/ec-policies//policy/lib
- github.com/enterprise-contract/ec-policies//policy/release
data:
- github.com/enterprise-contract/ec-policies//data
configuration:
exclude:
# Exclude the update-version inline task from trusted task check
# This task updates package.json with version information before build
# and is necessary for proper versioning in Konflux builds
- trusted_task.trusted:update-version-task
Loading
Loading