Skip to content

fix cve scan module tag output#20

Merged
odiora merged 1 commit intomainfrom
fix/cve-scan-pr-tag-output
Apr 7, 2026
Merged

fix cve scan module tag output#20
odiora merged 1 commit intomainfrom
fix/cve-scan-pr-tag-output

Conversation

@odiora
Copy link
Copy Markdown
Collaborator

@odiora odiora commented Apr 6, 2026

No description provided.

Signed-off-by: Polina Sizintseva <polina.sizintseva@flant.com>
@odiora odiora requested review from Fral738 and Copilot April 6, 2026 16:04
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the GitHub Actions workflow to standardize the job output name used for passing the built module image tag to downstream steps/jobs.

Changes:

  • Renamed the build_dev job output key from MODULES_MODULE_TAG to modules_module_tag.
  • Updated downstream references (YAML manifest example and kubectl patch example) to use the new output key.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

name: Build and Push images
outputs:
MODULES_MODULE_TAG: ${{ steps.modules_module_tag.outputs.MODULES_MODULE_TAG }}
modules_module_tag: ${{ steps.modules_module_tag.outputs.MODULES_MODULE_TAG }}
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The job output key was renamed to modules_module_tag, but it still sources a step output named MODULES_MODULE_TAG. Having two different identifiers for the same concept (different casing + duplicated module in the name) is easy to confuse and increases the chance of future misreferences. Consider aligning the step output name and the job output key to the same identifier (e.g., both modules_module_tag or a clearer singular like module_tag) so producers/consumers match consistently.

Copilot uses AI. Check for mistakes.
@odiora odiora merged commit 6d85e8a into main Apr 7, 2026
7 of 10 checks passed
@odiora odiora deleted the fix/cve-scan-pr-tag-output branch April 7, 2026 09:37
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.

3 participants