Skip to content

Commit

Permalink
restrict to codyze cli to hopefully fix path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Dec 20, 2023
1 parent e8568c5 commit d6c6986
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 @@ -37,9 +37,10 @@ jobs:
- name: Run FindSecBugs
uses: advanced-security/spotbugs-findsecbugs-action@v1
with:
spotbugs_target: '.'
spotbugs_target: 'codyze-cli/'
java_distribution: 'temurin'
java_version: '17'
path_prefix: 'codyze-cli/src/main/kotlin'
# optional: also upload scan results as an artifact
- name: Results as Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d6c6986

Please sign in to comment.