Skip to content

Conversation

@sellisd
Copy link
Contributor

@sellisd sellisd commented Aug 26, 2025

No description provided.

Copy link

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 introduces a GitHub Actions workflow to track dependencies using Dependency Track, generating and uploading Software Bill of Materials (SBOM) files for enhanced security and compliance monitoring.

  • Adds automated dependency tracking workflow triggered on master branch pushes and manual dispatch
  • Implements SBOM generation using CycloneDX for npm-based projects
  • Configures integration with Dependency Track server for centralized dependency monitoring

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

with:
serverhostname: ${{ secrets.DEPENDENCY_TRACK_SERVER_HOSTNAME }}
apikey: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}
project: 'd15fd01c-3d8b-42d4-a83a-ce9a5d95d72e'
Copy link

Copilot AI Aug 26, 2025

Choose a reason for hiding this comment

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

The project UUID is hardcoded in the workflow file. Consider storing this sensitive identifier as a repository secret (e.g., DEPENDENCY_TRACK_PROJECT_UUID) to avoid exposing it in the codebase.

Suggested change
project: 'd15fd01c-3d8b-42d4-a83a-ce9a5d95d72e'
project: ${{ secrets.DEPENDENCY_TRACK_PROJECT_UUID }}

Copilot uses AI. Check for mistakes.
Copy link
Member

@csm-thu csm-thu left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@sellisd sellisd force-pushed the DSE/track_dependencies_PROD-14602 branch from f60b7a8 to dee70a2 Compare August 27, 2025 14:20
@sellisd sellisd merged commit dee70a2 into master Aug 27, 2025
@sellisd sellisd deleted the DSE/track_dependencies_PROD-14602 branch August 27, 2025 14:22
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.

4 participants