Skip to content

Commit

Permalink
chore: SP-1357 Adds reference to default copyleft license list in REA…
Browse files Browse the repository at this point in the history
…DME.md file
  • Loading branch information
agustingroh committed Aug 21, 2024
1 parent 33bcfbb commit e38fb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ the output into your custom workflow
The SCANOSS Code Scan Action includes two configurable policies:

1. Copyleft: This policy checks if any component or code snippet is associated with a copyleft license. If such a
license is detected, the pull request (PR) is rejected.
license is detected, the pull request (PR) is rejected. The default list of Copyleft licenses is defined in the following [file](https://github.com/scanoss/gha-code-scan/blob/main/src/utils/license.utils.ts).

2. Undeclared: This policy compares the components detected in the repository against those declared in an sbom.json
file (customizable through the sbom.filepath parameter). If there are undeclared components, the PR is rejected.
Expand Down

0 comments on commit e38fb8a

Please sign in to comment.