mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-22 14:04:53 -04:00
Ref/update cosign key (#31)
* use new cosign keypair * use community images for production image heuristic Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
parent
db942ee4b5
commit
6440904865
4 changed files with 11 additions and 14 deletions
|
@ -352,7 +352,7 @@ func TestConfig_IsImageDebug(t *testing.T) {
|
|||
conf: func() *Config {
|
||||
conf := Default()
|
||||
conf.RemoveProviderExcept(cloudprovider.Azure)
|
||||
conf.Provider.Azure.Image = "/subscriptions/0d202bbb-4fa7-4af8-8125-58c269a05435/resourceGroups/constellation-images/providers/Microsoft.Compute/galleries/Constellation/images/constellation/versions/2022.0805.151600"
|
||||
conf.Provider.Azure.Image = "/CommunityGalleries/ConstellationCVM-b3782fa0-0df7-4f2f-963e-fc7fc42663df/Images/constellation/Versions/0.0.1"
|
||||
return conf
|
||||
}(),
|
||||
want: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue