ci(functional-tests): fix fullsend version check command - #73
Conversation
`fullsend version` is not a valid subcommand — the CLI uses the standard `--version` flag instead. Signed-off-by: Ralph Bean <rbean@redhat.com> Assisted-by: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Ralph Bean <rbean@redhat.com>
PR Summary by QodoFix Fullsend version check in functional-tests workflow
AI Description
High-Level Assessment
Files changed (1)
|
|
🤖 Finished Review · ✅ Success · Started 6:34 PM UTC · Completed 6:39 PM UTC |
Code Review by Qodo
Context used✅ Compliance rules (platform):
55 rules 1. Protected workflow file modified
|
| tar xzf "/tmp/${TARBALL}" -C /usr/local/bin fullsend | ||
| chmod +x /usr/local/bin/fullsend | ||
| fullsend version | ||
| fullsend --version |
There was a problem hiding this comment.
1. Protected workflow file modified 📜 Skill insight § Compliance
This PR changes a file under the protected governance/infrastructure path .github/, which must always receive explicit human review and must not be auto-approved. The PR description provides some rationale, but the protected-path rule still requires raising a finding for this change.
Agent Prompt
## Issue description
The PR modifies a protected governance/infrastructure path (`.github/workflows/...`). Per policy, this must be explicitly justified/authorized and receive human review (not auto-approval).
## Issue Context
Protected-path changes are higher-risk because they can alter CI behavior and repository governance controls.
## Fix Focus Areas
- .github/workflows/functional-tests.yml[168-168]
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
|
🤖 Finished Retro · ✅ Success · Started 6:38 PM UTC · Completed 6:48 PM UTC |
|
Review skipped — this PR is already merged. The Posted by fullsend post-review check |
|
PR #73 was a trivial 1-line CI fix by ralphbean (human, using Claude Code) changing Proposals filed |
Summary
fullsend versionis not a valid subcommand — the CLI uses--versioninsteadTest plan
functional-testsCI check passes on this PR🤖 Generated with Claude Code