Skip to content

Commit

Permalink
Mark cosign image as supported
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Nov 12, 2024
1 parent 10cb0c9 commit 717711b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bci_build/package/cosign.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Cosign Application container"""

from bci_build.container_attributes import SupportLevel
from bci_build.os_version import ALL_NONBASE_OS_VERSIONS
from bci_build.os_version import CAN_BE_LATEST_OS_VERSION
from bci_build.package import ApplicationStackContainer
Expand Down Expand Up @@ -32,6 +33,7 @@
package_list=["cosign"],
entrypoint=["/usr/bin/cosign"],
license="Apache-2.0",
support_level=SupportLevel.L3,
logo_url="https://raw.githubusercontent.com/sigstore/community/main/artwork/cosign/horizontal/color/sigstore_cosign-horizontal-color.svg",
_min_release_counter=0,
)
Expand Down

0 comments on commit 717711b

Please sign in to comment.