Skip to content

Commit

Permalink
Merge pull request #1988 from SUSE/cosign_supported
Browse files Browse the repository at this point in the history
Mark cosign image as supported
  • Loading branch information
dcermak authored Nov 13, 2024
2 parents 1e5371c + 717711b commit 885aeeb
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 @@ -33,6 +34,7 @@
+ (["openSUSE-build-key"] if os_version.is_tumbleweed else ["suse-build-key"]),
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 885aeeb

Please sign in to comment.