Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code scanning doesn't work well with analyzeModifiedFilesOnly #35

Closed
adangel opened this issue Dec 20, 2021 · 0 comments · Fixed by #37
Closed

Code scanning doesn't work well with analyzeModifiedFilesOnly #35

adangel opened this issue Dec 20, 2021 · 0 comments · Fixed by #37
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@adangel
Copy link
Member

adangel commented Dec 20, 2021

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:

@adangel adangel added bug Something isn't working documentation Improvements or additions to documentation labels Dec 20, 2021
adangel added a commit to adangel/pmd-github-action that referenced this issue Dec 20, 2021
@adangel adangel removed the bug Something isn't working label Dec 20, 2021
@adangel adangel added this to the next milestone Dec 20, 2021
adangel added a commit to adangel/starter-workflows that referenced this issue Feb 10, 2022
* 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
KendrickColeman pushed a commit to KendrickColeman/starter-workflows that referenced this issue May 25, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant