Skip to content

Conversation

@fossabot
Copy link

@fossabot fossabot commented Aug 29, 2025

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README.

Below are docs for integrating FOSSA license checks into your CI:


Summary by cubic

Add FOSSA license scan badges to the README to show current scan status and link to the full license report, improving visibility of license compliance.
Includes a status shield near the build badge and a large report badge at the end of the file.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

2 issues found across 1 file

React with 👍 or 👎 to teach cubic. You can also tag @cubic-dev-ai to give feedback, ask questions, or re-run the review.

[workflow-status]: https://github.com/git-ecosystem/git-credential-manager/actions/workflows/continuous-integration.yml


[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcceneag%2Fgit-credential-manager.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcceneag%2Fgit-credential-manager?ref=badge_large)
Copy link

Choose a reason for hiding this comment

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

FOSSA large badge targets cceneag fork instead of the official git-ecosystem repo, leading to misleading scan status.

Prompt for AI agents
Address the following comment on README.md at line 150:

<comment>FOSSA large badge targets cceneag fork instead of the official git-ecosystem repo, leading to misleading scan status.</comment>

<file context>
@@ -144,3 +145,6 @@ When using GitHub logos, please be sure to follow the
 [workflow-status]: https://github.com/git-ecosystem/git-credential-manager/actions/workflows/continuous-integration.yml
+
+
+[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcceneag%2Fgit-credential-manager.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcceneag%2Fgit-credential-manager?ref=badge_large)
\ No newline at end of file
</file context>
Suggested change
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcceneag%2Fgit-credential-manager.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcceneag%2Fgit-credential-manager?ref=badge_large)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgit-ecosystem%2Fgit-credential-manager.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgit-ecosystem%2Fgit-credential-manager?ref=badge_large)

# Git Credential Manager

[![Build Status][build-status-badge]][workflow-status]
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcceneag%2Fgit-credential-manager.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcceneag%2Fgit-credential-manager?ref=badge_shield)
Copy link

Choose a reason for hiding this comment

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

FOSSA shield badge targets cceneag fork instead of the official git-ecosystem repo, likely showing an incorrect scan status for this project.

Prompt for AI agents
Address the following comment on README.md at line 4:

<comment>FOSSA shield badge targets cceneag fork instead of the official git-ecosystem repo, likely showing an incorrect scan status for this project.</comment>

<file context>
@@ -1,6 +1,7 @@
 # Git Credential Manager
 
 [![Build Status][build-status-badge]][workflow-status]
+[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcceneag%2Fgit-credential-manager.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcceneag%2Fgit-credential-manager?ref=badge_shield)
 
 ---
</file context>
Suggested change
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcceneag%2Fgit-credential-manager.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcceneag%2Fgit-credential-manager?ref=badge_shield)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgit-ecosystem%2Fgit-credential-manager.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgit-ecosystem%2Fgit-credential-manager?ref=badge_shield)

Copy link
Owner

@cceneag cceneag left a comment

Choose a reason for hiding this comment

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

👍

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