How to fix the issue?

XRAY: How to fix the failure of the Xray scan with the error “Warn: Only 500 of the files matching sha256”

AuthorFullName__c
Jian Sun
articleNumber
000006123
ft:sourceType
Salesforce
FirstPublishedDate
2024-06-16T09:08:10Z
lastModifiedDate
2024-06-16
VersionNumber
1
You need to modify the system.yaml of the Xray, to increase the limit for the numbers of the files with the same SHA256.

The Xray system.yaml is in $JFROG_HOME/xray/var/etc/, and you need to modify the following snippet, to increase the default value.
server:
    # default 500 
    scanMaxFilesToCheckPerSha256: 1500

The Xray must be restarted after the modification.