[Feature] Adding security_and_analysis block to github_repository resource. closes#1104#1304
[Feature] Adding security_and_analysis block to github_repository resource. closes#1104#1304nickfloyd merged 4 commits intointegrations:mainfrom kuhlman-labs:feature/repo_ghas_settings
security_and_analysis block to github_repository resource. closes#1104#1304Conversation
|
🎉 I'm looking forward to that release! |
|
Any idea which release this will be included in? We have forked the provider repo and merged in this PR and are building the provider ourselves so we can get this functionality now. We'd really prefer not having to maintain our fork however. Thanks @kuhlman-labs for putting this together. |
|
It looks like that feature was added here and released in v48! @kuhlman-labs I've created this PR to bump to v48 and I'll merge it shortly. After that, this will be unblocked! |
|
@kfcampbell I have updated this PR to include the |
|
@kuhlman-labs when attempting to run the new integration tests, I'm getting an error: |
|
@kfcampbell I was able to repro and I pushed changes that should fix 👍🏻 |
Validated that all the new tests run 🟢 - this should be g2g! |
|
Hey folks - sorry to be the bearer of bad news, but this breaks things: #1419 |
Adding block for the
security_and_analysisfield ingithub_repositoryresource to configure advanced security settings for a repo.The Go GitHub client library does not currently support the
secret_scanning_push_protectionfield in its current release but a PR has been merged and will be available on the next release. The necessary code to implement this field has been commented out and can be uncommented once a new release is available.Closes:
#1104