nais / deployment-event-relays

Relay deployment completion messages to InfluxDB, Vera and Nora.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deployment-event-relays

Verifying the deployment-event-relays image and its contents

The image is signed "keylessly" using Sigstore cosign. To verify its authenticity run

cosign verify \
--certificate-identity "https://github.com/nais/deployment-event-relays/.github/workflows/build.yml@refs/heads/master" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
ghcr.io/nais/deployment-event-relays@sha256:<shasum>

The images are also attested with SBOMs in the CycloneDX format. You can verify these by running

cosign verify-attestation --type cyclonedx \
--certificate-identity "https://github.com/nais/deployment-event-relays/.github/workflows/build.yml@refs/heads/master" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
ghcr.io/nais/deployment-event-relays@sha256:<shasum>

About

Relay deployment completion messages to InfluxDB, Vera and Nora.

License:MIT License


Languages

Language:Go 96.7%Language:Makefile 1.9%Language:Dockerfile 0.8%Language:Shell 0.5%