Skip to content

Commit 3f469cb

Browse files
Merge pull request #3 from SamuelBagattin/doc/add-security-warning-in-doc
doc/add-security-warning-in-doc +semver:patch
2 parents e60b460 + b7efc06 commit 3f469cb

File tree

3 files changed

+5
-273
lines changed

3 files changed

+5
-273
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,5 @@ $RECYCLE.BIN/
299299
*.lnk
300300

301301
# End of https://www.toptal.com/developers/gitignore/api/windows,linux,macos,vim,emacs,terraform,terragrunt,intellij+all,visualstudiocode
302+
303+
Brewfile.lock.json

Brewfile.lock.json

Lines changed: 0 additions & 271 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ module "aws_github_actions_oidc" {
3939
"another-repository" = {} # Will inherit role_name and allowed_branches from the organisation
4040
}
4141
}
42-
# The wildcard "*" can be used to allow any org, repository or branch
43-
"*": { # Allow any organisation
42+
# The wildcard "*" can be used to allow any repository or branch
43+
# Can be used also for organisations, but use it at your own risk
44+
"my-org": { # Allow an organisation
4445
repositories = {
4546
"*": { # Allow any repository
4647
role_name : "my-role"

0 commit comments

Comments
 (0)