Skip to content

Commit cda4edd

Browse files
committed
Deprecate the default-v0.4 config
We just started shipping v0.7, and we're about to stop maintaining v0.5, so v0.4 is pretty old now. Declutter the readme a bit by deprecating it. Ref: https://issues.redhat.com/browse/EC-1384
1 parent 5e1b336 commit cda4edd

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@ suggested for use in [Red Hat Trusted Application Pipeline](https://developers.r
6969

7070
The policy configuration files are:
7171

72-
### Default (v0.4)
73-
74-
Includes rules for levels 1, 2 & 3 of SLSA v0.1. For use with ec version v0.4
75-
76-
* URL for Enterprise Contract: `github.com/conforma/config//default-v0.4`
77-
* Source: [default-v0.4/policy.yaml](https://github.com/conforma/config/blob/main/default-v0.4/policy.yaml)
78-
* Collections: [@slsa3](https://conforma.dev/docs/policy/release_policy.html#slsa3)
79-
8072
### RHTAP (v0.6)
8173

8274
Includes rules suitable for use with the attestations created by RHTAP.

default-v0.4/policy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#
2+
# ** DEPRECATED **
3+
#
24
# To use this policy with the ec command line:
35
# ec validate image \
46
# --image $IMAGE \

src/data.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ default-v0.2:
9696
exclude: []
9797
deprecated: true
9898

99+
# Deprecated just because it's pretty old now
99100
default-v0.4:
100101
name: Default (v0.4)
101102
description: >-
@@ -106,6 +107,7 @@ default-v0.4:
106107
include:
107108
- '@slsa3'
108109
exclude: []
110+
deprecated: true
109111

110112
tekton-slsa3-v0.7:
111113
name: Tekton SLSA3 (v0.7)

0 commit comments

Comments
 (0)