Skip to content

Conversation

@eNeRGy164
Copy link
Member

Maybe fixes build on push

Copilot AI review requested due to automatic review settings July 30, 2025 20:47
Copy link
Contributor

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

This PR makes small improvements to the SBOM (Software Bill of Materials) tool execution by cleaning up argument formatting and correcting parameter values. The changes aim to resolve potential build issues on push by using proper string representations and more appropriate parameter values.

Key changes:

  • Replace manual string quoting with ToString() method calls for path arguments
  • Update build config root to use RootDirectory instead of current directory
  • Change package supplier from RepositoryOwner to ProductName

"-b", ArtifactsDirectory.ToString(), // Base path for the build output
"-bc", RootDirectory.ToString(), // Project root
"-m", SbomDirectory.ToString(), // Output SBOM manifest dir
"-pn", ProjectName, // Package name"
Copy link

Copilot AI Jul 30, 2025

Choose a reason for hiding this comment

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

There's an extra closing quote in the comment. The comment should end with 'Package name' not 'Package name"'.

Suggested change
"-pn", ProjectName, // Package name"
"-pn", ProjectName, // Package name

Copilot uses AI. Check for mistakes.
@eNeRGy164 eNeRGy164 merged commit 364e68d into dendrodocs:main Jul 30, 2025
2 checks passed
@eNeRGy164 eNeRGy164 added the workflow Changes related to the project's pipeline, automation, or CI/CD workflows. label Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

workflow Changes related to the project's pipeline, automation, or CI/CD workflows.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant