Nathan Nellans
Nathan Nellans
What specifically do you need? I currently use the following GitHub Advanced Security features in my code: ```terraform resource "github_repository" "symbolic_name" { vulnerability_alerts = true security_and_analysis { advanced_security { status...
I know it's not a fix, but ignoring that field might be a workaround for now? ```terraform resource "github_repository" "repo" { lifecycle { ignore_changes = [ web_commit_signoff_required ] } }...
I'm having this issue, but I think my problem is slightly different. I'm one of the strange ones who uses long-lived github runners. Over time, these runners run many different...
Adding my name to the list. If I go to https://myurl/mypath (without trailing slash): - I get prompted for Azure login - After signing in, I get redirected to https://myurl/mypath/login/oauth2/azure?code=...
I was able to get it to work by using the following values for the Helm chart. This is for Nginx Ingress controller setups. Basically, I'm taking the path and...
This issue makes it impossible for us to rename a repo. By trying to do so, Terraform wants to re-create the `github_repository_collaborators` resource, but it fails on the delete because...
> From My PR above, a workaround suggested by someone else: > > ``` > - uses: aquasecurity/[email protected] > with: > ... > env: > TRIVY_DB_REPOSITORY: > TRIVY_JAVA_DB_REPOSITORY: ``` >...
> @nnellanspdl think its at 00:00 every day? but im not sure. > > But anyway this workaround is a hustle to host them self if u need to update...
> > ```yaml > > ACTIONS_RUNTIME_TOKEN > > ``` > > @NicholasFiorentini that's interesting, would you mind creating a PR to document this in the repo? If possible, could you...
This would be nice to have.