Skip to content

Commit

Permalink
set target to whole project
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Dec 20, 2023
1 parent 14b7d0c commit 3a4bd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/findsecbugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run FindSecBugs
uses: advanced-security/spotbugs-findsecbugs-action@v1
with:
spotbugs_target: 'build/'
spotbugs_target: '.'
#spotbugs_filename_glob: '*.jar'
#java_distribution: 'temurin'
#java_version: '17'

0 comments on commit 3a4bd74

Please sign in to comment.