fix(ci): use multiline syntax to print logs on failure#2637
Merged
simar7 merged 1 commit intoaquasecurity:mainfrom Jul 3, 2025
Merged
fix(ci): use multiline syntax to print logs on failure#2637simar7 merged 1 commit intoaquasecurity:mainfrom
simar7 merged 1 commit intoaquasecurity:mainfrom
Conversation
Signed-off-by: Nikita Pivkin <[email protected]>
5 tasks
simar7
approved these changes
Jul 3, 2025
Member
|
I think this PR has exposed a bug: https://github.com/aquasecurity/trivy-operator/actions/runs/16034131780/job/45243128262?pr=2638 |
Contributor
Author
Doesn't this PR fix that? |
simar7
pushed a commit
that referenced
this pull request
Jul 8, 2025
Signed-off-by: Nikita Pivkin <[email protected]>
simar7
added a commit
that referenced
this pull request
Jul 8, 2025
* release: prepare v0.27.2 * build(deps): bump github.com/go-viper/mapstructure/v2 (#2630) Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/go-viper/mapstructure/releases) - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md) - [Commits](go-viper/mapstructure@v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(ci): use multiline syntax to print logs on failure (#2637) Signed-off-by: Nikita Pivkin <[email protected]> * docs: fix typo in RELEASING.md for Helm chart file name (#2642) Signed-off-by: Nikita Pivkin <[email protected]> * chore: bump up UBI version to 9.6-1751445649 (#2643) * ci: add ubi images for vuln pre-release scanning (#2628) * fix: correct prev_git_tag --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Nikita Pivkin <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikita Pivkin <[email protected]> Co-authored-by: afdesk <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes an error where multiple commands were joined into one, causing
kubectlto misinterpret flags.Checklist