Interface GuGithubActionsRoleProps

interface GuGithubActionsRoleProps {
    condition?: GuGithubActionsRepositoryCondition;
    policies: GuPolicy[];
}

Properties

Properties

Repositories where GitHub Actions can assumes this role. Defaults to [[ALL_GUARDIAN_REPOSITORIES]].

policies: GuPolicy[]

A list of IAM Policies for the GitHub Action.