Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
rm "useless" predefined artefact-type
Browse files Browse the repository at this point in the history
"generic" artefact-type means there is no formal type definition. This
is, however, a useless information for clients interested in a given
artefact. They should always check for the defined type; if the type is
known, they can deserialise the artefact, otherwise, they have to ignore
the artefact anyway.
  • Loading branch information
ccwienk committed Jan 18, 2023
1 parent 90cd7ee commit 561568a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings-python/gci/componentmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ class S3Access(ResourceAccess):

class ArtefactType(enum.Enum):
COSIGN_SIGNATURE = 'cosignSignature'
GENERIC = 'generic'
GIT = 'git'
OCI_IMAGE = 'ociImage'

Expand Down

0 comments on commit 561568a

Please sign in to comment.