Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

214 bug application policy identifies change as replace #227

Merged

Conversation

samir-gandhi
Copy link
Contributor

No description provided.

patrickcping and others added 20 commits August 24, 2023 11:48
…rm-import-examples-so-they-are-shown-in-documentation

Added `terraform import` documentation to all applicable resources.
…mport-tests' into 214-bug-application-policy-identifies-change-as-replace
@samir-gandhi samir-gandhi linked an issue Nov 16, 2023 that may be closed by this pull request
var resAppPolicy *dv.Policy
for _, v := range res.Policies {
if v.Name == appPolicy.Name {
resAppPolicy = &v

Check failure

Code scanning / gosec

Implicit memory aliasing in for loop. Error

Implicit memory aliasing in for loop.
@samir-gandhi samir-gandhi merged commit 0f7420d into main Nov 17, 2023
33 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Application Policy identifies change as replace
2 participants