-
Notifications
You must be signed in to change notification settings - Fork 81
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
[8.11](backport #3086) Replace all secret references in input map #3089
Conversation
Use a more generic approach to go through input objects and replace secret references. (cherry picked from commit 0718a55) # Conflicts: # internal/pkg/policy/secret.go # internal/pkg/policy/secret_test.go
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
@michel-laterman Could you check the build failures? |
internal/pkg/policy/secret.go
Outdated
@@ -72,6 +72,7 @@ func getPolicyInputsWithSecrets(ctx context.Context, fields map[string]json.RawM | |||
for _, input := range inputs { | |||
newInput := make(map[string]interface{}) | |||
for k, v := range input { | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
found the issue, looks like a bad backport, i'll fix it
I thin the e2e tests are failing due to the (e2e) build image not being found as it's an outdated snapshot that can be resolved by merging #3007 |
This pull request has not been merged yet. Could you please review and merge it @michel-laterman? 🙏 |
SonarQube Quality Gate |
This is an automatic backport of pull request #3086 done by Mergify.
Cherry-pick of 0718a55 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
@Mergifyio refresh
will re-evaluate the rules@Mergifyio rebase
will rebase this PR on its base branch@Mergifyio update
will merge the base branch into this PR@Mergifyio backport <destination>
will backport this PR on<destination>
branchAdditionally, on Mergify dashboard you can:
Finally, you can contact us on https://mergify.com