Skip to content

Commit

Permalink
explicitely specify glob
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Dec 20, 2023
1 parent 779bf40 commit 9fc5120
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/findsecbugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Run FindSecBugs
uses: advanced-security/spotbugs-findsecbugs-action@v1
with:
spotbugs_target: "build/libs"
spotbugs_target: 'build/'
spotbugs_filename_glob: '*.jar'
java_distribution: "temurin"
java_version: "17"

0 comments on commit 9fc5120

Please sign in to comment.