Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add createProject Task #11

Merged
merged 14 commits into from
Feb 1, 2024
Merged

feat: add createProject Task #11

merged 14 commits into from
Feb 1, 2024

Conversation

nvima
Copy link
Contributor

@nvima nvima commented Feb 1, 2024

This pull request introduces the createProject task to the Dependency Track plugin, significantly enhancing project creation capabilities. This new feature addresses the limitations of the uploadSbom task's autoCreate option, particularly its inability to fully modify projects during creation, such as marking projects as inactive or adding tags.

Key features of this update include:

  • Extended Project Customization: Users gain more control over the project creation process, allowing for adding Tags and set the project as inactive during the creation.
  • Seamless CI Integration: The ignoreProjectAlreadyExists option prevents CI job failures if a project already exists, ensuring smooth operation in automated environments, where Jobs might get triggers multiple time

Additionally, the pull request carefully preserves backward compatibility, preventing any breaking changes to existing systems. The integration tests have been expanded to cover the createProject task, reinforcing the plugin's reliability.

@nvima nvima self-assigned this Feb 1, 2024
Copy link
Member

@Khartris Khartris left a comment

Choose a reason for hiding this comment

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

LGTM

@Khartris Khartris merged commit 87a79a7 into main Feb 1, 2024
1 check passed
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.

2 participants