Skip to content

nais/start.nais.io

Repository files navigation

start.nais.io

workflow JetBrains Plugins vscode marketplace

Lets NAIS users generate basic YAML incantations for building and deploying their apps with minimal effort, thus eliminating the need for a lot of manual text editing.

Inspired by the likes of start.ktor.io and start.spring.io.

⌨️ Usage

This service kan be used in to ways:

⚖️ License

MIT.

👥 Contact

This project is maintained by @nais.

Questions and/or feature requests? Please create an issue.

If you work in @navikt you can reach us at the Slack channel #nais.

Verifying the start.nais.io 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/start.nais.io/.github/workflows/main.yaml@refs/heads/main" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
ghcr.io/nais/start.nais.io@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/start.nais.io/.github/workflows/main.yaml@refs/heads/main" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
ghcr.io/nais/start.nais.io@sha256:<shasum>