This is a simple Node.js application that showcases how to build and sign a container image using Cosign in a GitHub Actions workflow.
- Builds a Node.js application
- Pushes the image to the GitHub Container Registry
- Signs the image using Cosign
- Verifies the image signature
- Clone the repository
- Run
npm install - Run
npm start - Open
http://localhost:8080in your browser
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.