Dagger module for daggerverse providing Cosign functionality.
The Dagger module is located in the cosign directory.
Basic usage guide.
The cosign directory contains a daggerverse Dagger module.
Check the official Dagger Module documentation: https://docs.dagger.io/
The Dagger CLI is needed.
List all functions of the module. This command is provided by the Dagger CLI.
dagger functions -m ./cosign/
The helm module is referenced locally.
See the module readme or the method comments for more details.
Basic development guide.
Setup the Dagger module.
Create the directory for the module and initialize it.
mkdir cosign/
cd cosign/
# initialize Dagger module
dagger init
dagger develop --sdk go --source cosign
- Add more tools
- Add cache mounts
- Add environment variables
- Add more examples
- Add tests