Skip to content

Commit

Permalink
fix: change snap confinement to strict
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Jun 7, 2024
1 parent 46596d4 commit bc79135
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,26 +318,32 @@ snapcrafts:
channel_templates:
- 'latest/stable'
grade: 'stable'
confinement: classic
confinement: strict
license: Apache-2.0
base: core22
apps:
tenv:
plugs: ["home", "network", "network-bind", "personal-files"]
command: tenv
aliases: [ tenv ]
tofu:
plugs: ["home", "network", "network-bind", "personal-files"]
command: tofu
aliases: [ tofu ]
terraform:
plugs: ["home", "network", "network-bind", "personal-files"]
command: terraform
aliases: [ terraform ]
terragrunt:
plugs: ["home", "network", "network-bind", "personal-files"]
command: terragrunt
aliases: [ terragrunt ]
tf:
plugs: ["home", "network", "network-bind", "personal-files"]
command: tf
aliases: [ tf ]
atmos:
plugs: ["home", "network", "network-bind", "personal-files"]
command: atmos
aliases: [ atmos ]

Expand Down

0 comments on commit bc79135

Please sign in to comment.