You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code scanning seems to require the complete picture of the project. E.g. if a violation is not reported anymore, the code scanning alerts are getting closed.
This should be done:
Add documentation about this behavior to the parameter analyzeModifiedFilesOnly
Update the example for using update-sarif by setting analyzeModifiedFilesOnly=false
* Use pmd/pmd-github-action@967a81f
which is v1.2.0
* Remove "cache: maven" setting, which fails if no pom.xml file
is existing
* Set parameter "analyzeModifiedFilesOnly: false" to prevent incomplete
analysis results. See also pmd/pmd-github-action#35
* Use pmd/pmd-github-action@967a81f
which is v1.2.0
* Remove "cache: maven" setting, which fails if no pom.xml file
is existing
* Set parameter "analyzeModifiedFilesOnly: false" to prevent incomplete
analysis results. See also pmd/pmd-github-action#35
Code scanning seems to require the complete picture of the project. E.g. if a violation is not reported anymore, the code scanning alerts are getting closed.
This should be done:
analyzeModifiedFilesOnly
The text was updated successfully, but these errors were encountered: