Skip to content

Commit

Permalink
fix reference name
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Dec 20, 2023
1 parent 3840bb2 commit 3140c13
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 @@ -45,6 +45,7 @@ jobs:
security-events: write
strategy:
# We need to run it multiple times to manually fix the file paths and exclude gradle results
# Add/Remove module paths here to include/exclude them from the scan
matrix:
module: [ 'codyze-cli/', 'codyze-core/', 'codyze-backends/cpg/' ]
steps:
Expand All @@ -58,4 +59,4 @@ jobs:
spotbugs_target: ${{ matrix.module }}
java_distribution: 'temurin'
java_version: '17'
path_prefix: '${{ matrix.os }}src/main/kotlin/'
path_prefix: '${{ matrix.module }}src/main/kotlin/'

0 comments on commit 3140c13

Please sign in to comment.