No way to create manifest from snapcraft.yaml

Currently you can create a manifest when building a snap only with an environment variable, for instance:

SNAPCRAFT_BUILD_INFO=y snapcraft

However, it would be desirable to have a way to specify this from snapcraft.yaml, as in some cases we would want to have a manifest by default inside the snap (for instance, to make sure we get CVE notifications from the store for the staged packages).

1 Like

For what its worth, this flag is enabled by default on all builds coming out of build.snapraft.io and launchpad builds.