Skip to content

Commit

Permalink
update(config/clusters): switch branch to main for plugins repo
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Mar 28, 2024
1 parent 4972151 commit 43057ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/clusters/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ module "plugins_s3_role" {
name = "github_actions-plugins-s3"
create = true
subjects = [
"falcosecurity/plugins:ref:refs/heads/master",
"falcosecurity/plugins:ref:refs/heads/main",
"falcosecurity/plugins:ref:refs/tags/*"
]
policies = {
Expand Down

0 comments on commit 43057ac

Please sign in to comment.