OCM-00000 | ci: Update module golang.org/x/vuln to v1.6.0 - #3441
OCM-00000 | ci: Update module golang.org/x/vuln to v1.6.0#3441red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
Conversation
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
|
Hi @red-hat-konflux-kflux-prd-rh02[bot]. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@red-hat-konflux-kflux-prd-rh02[bot]: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/approve |
|
/hold |
|
@coderabbitai I think we had a recent issue with a PR also removing a dep from bingo, what was the solution? |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
repo="openshift/rosa"
echo "== PR `#3440` metadata =="
gh pr view 3440 --repo "$repo" --json number,title,state,mergedAt,body,comments,commits,files \
--jq '{number,title,state,mergedAt,body,comments:[.comments[]|{author:.author.login,createdAt,body}],commits:[.commits[]|{oid,messageHeadline}],files:[.files[]|{path,additions,deletions}]}'
echo
echo "== PR `#3440` final changed-file patches =="
gh api "repos/$repo/pulls/3440/files?per_page=100" --paginate \
--jq '.[] | select(.filename | test("bingo|go\\.mod|go\\.sum|govuln"; "i")) | {filename,status,patch}'
echo
echo "== Relevant files and references on the current PR branch =="
fd -HI 'bingo|go\.mod|go\.sum' . -t f
rg -n -i -C 3 'golang\.org/x/vuln|govulncheck|bingo' \
-g 'go.mod' -g 'go.sum' -g '*bingo*' -g '*.go' .Length of output: 12718 🏁 Script executed: #!/bin/bash
set -euo pipefail
repo="openshift/rosa"
echo "== PR `#3440` reviews and checks =="
gh pr view 3440 --repo "$repo" --json reviews,statusCheckRollup \
--jq '{reviews:[.reviews[]|{author:.author.login,state,submittedAt,body}], checks:[.statusCheckRollup[]|{name,conclusion,status,detailsUrl}]}'
echo
echo "== PR `#3440` complete file diff =="
gh api "repos/$repo/pulls/3440/files?per_page=100" --paginate \
--jq '.[] | {filename,status,patch}'
echo
echo "== PR `#3441` changed files and patches =="
gh api "repos/$repo/pulls/3441/files?per_page=100" --paginate \
--jq '.[] | {filename,status,patch}'
echo
echo "== Bingo and govulncheck declarations on current branch =="
for f in .bingo/go.mod .bingo/bingo.mod .bingo/bingo.sum Makefile README.md; do
if [ -f "$f" ]; then
echo "--- $f ---"
cat "$f"
fi
done
echo
echo "== Repository-wide candidate configuration references =="
rg -n -i -C 4 'govulncheck|golang\.org/x/vuln|mockgen|bingo' \
-g '!go.sum' -g '!*.sum' .Length of output: 44782 🏁 Script executed: #!/bin/bash
set -euo pipefail
echo "== Current Bingo variables =="
if [ -f .bingo/Variables.mk ]; then
rg -n -C 4 'GOVULNCHECK|MOCKGEN' .bingo/Variables.mk
else
echo ".bingo/Variables.mk is not present in this checkout"
fi
echo
echo "== Base versus HEAD Bingo files =="
git diff --name-status origin/master...HEAD -- .bingo || true
git diff --find-renames -- .bingo || true
echo
echo "== Base govulncheck manifest and variables =="
git show origin/master:.bingo/govulncheck.mod 2>/dev/null || true
echo "--- base .bingo/Variables.mk GOVULNCHECK mapping ---"
git show origin/master:.bingo/Variables.mk 2>/dev/null | rg -n -C 4 'GOVULNCHECK' || true
echo
echo "== PR head files through GitHub =="
for path in .bingo/Variables.mk .bingo/govulncheck.mod .bingo/govulncheck.sum; do
echo "--- $path ---"
gh api "repos/openshift/rosa/contents/$path?ref=$(gh pr view 3441 --repo openshift/rosa --json headRefOid --jq .headRefOid)" \
--jq '.content' 2>/dev/null | base64 --decode 2>/dev/null || echo "not present"
doneLength of output: 8775
For this PR, the required solution is to regenerate the Bingo-managed The regenerated update must include:
The current PR deletes the manifest and checksum, but You are interacting with an AI system. |
|
/remove-lgtm PR will supersede #3447 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux-kflux-prd-rh02[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This PR contains the following updates:
v1.1.4→v1.6.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.