Skip to content

Create fossid_integration_stateless_diffscan_target_repo.yml#164

Merged
sbarre01 merged 1 commit into
mainfrom
sbarre01-patch-2
Nov 11, 2025
Merged

Create fossid_integration_stateless_diffscan_target_repo.yml#164
sbarre01 merged 1 commit into
mainfrom
sbarre01-patch-2

Conversation

@sbarre01
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings November 11, 2025 07:56
@sbarre01 sbarre01 requested a review from a team as a code owner November 11, 2025 07:56
Copy link
Copy Markdown
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 introduces a GitHub Actions workflow to enable FossID stateless diff scanning for pull requests. The workflow integrates with an external reusable workflow to perform license compliance scanning on code changes.

  • Adds automated FossID scanning triggered on pull request events (opened, synchronize, reopened)
  • Configures necessary permissions and secrets for the FossID integration
  • Restricts scanning to non-fork pull requests to protect secret access

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

Comment on lines +16 to +19
FOSSID_CONTAINER_USERNAME: ${{ secrets.FOSSID_CONTAINER_USERNAME }}
FOSSID_CONTAINER_PASSWORD: ${{ secrets.FOSSID_CONTAINER_PASSWORD }}
FOSSID_HOST_USERNAME: ${{ secrets.FOSSID_HOST_USERNAME }}
FOSSID_HOST_TOKEN: ${{ secrets.FOSSID_HOST_TOKEN }}
Copy link

Copilot AI Nov 11, 2025

Choose a reason for hiding this comment

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

Inconsistent indentation in the secrets mapping. The 'secrets:' key at line 15 uses no leading spaces, but the secret mappings use 8 spaces instead of the standard 6 spaces (2 levels of indentation with 2 spaces per level, plus 2 for the list item). This should be corrected to use consistent 2-space indentation throughout.

Suggested change
FOSSID_CONTAINER_USERNAME: ${{ secrets.FOSSID_CONTAINER_USERNAME }}
FOSSID_CONTAINER_PASSWORD: ${{ secrets.FOSSID_CONTAINER_PASSWORD }}
FOSSID_HOST_USERNAME: ${{ secrets.FOSSID_HOST_USERNAME }}
FOSSID_HOST_TOKEN: ${{ secrets.FOSSID_HOST_TOKEN }}
FOSSID_CONTAINER_USERNAME: ${{ secrets.FOSSID_CONTAINER_USERNAME }}
FOSSID_CONTAINER_PASSWORD: ${{ secrets.FOSSID_CONTAINER_PASSWORD }}
FOSSID_HOST_USERNAME: ${{ secrets.FOSSID_HOST_USERNAME }}
FOSSID_HOST_TOKEN: ${{ secrets.FOSSID_HOST_TOKEN }}

Copilot uses AI. Check for mistakes.
@sbarre01 sbarre01 merged commit 508805f into main Nov 11, 2025
13 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Nov 11, 2025
@sbarre01 sbarre01 deleted the sbarre01-patch-2 branch November 11, 2025 07:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants