Skip to content

Commit d3ce26f

Browse files
authored
Update README.md
1 parent 2cdec5d commit d3ce26f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Then, set up this Action as a step in your Actions workflow, e.g. for a typical
1616
- name: Run SpotBugs with FindSecBugs
1717
uses: advanced-security/spotbugs-findsecbugs-action@v1
1818
with:
19-
spotbugs_target: 'target/scala-*/classes'
19+
spotbugs_target: 'target/scala-2.13/classes'
2020
```
2121
2222
## Inputs
2323
2424
* `spotbugs_version`: The version of SpotBugs to use. Default: `4.7.3`
2525
* `findsecbugs_version`: The version of FindSecBugs to use. Default: `1.12.0`
26-
* `spotbugs_target`: The target to run SpotBugs against. Default: `*.jar`
26+
* `spotbugs_target`: The target directory to run SpotBugs against. Default: `target/`
2727
* `upload_sarif`: Whether to upload the SARIF file to GitHub Code Scanning. Default: `true`
2828
* `java_distribution`: The Java distribution to use. Default: `microsoft`
2929
* `java_version`: The Java version to use. Default: `11`

0 commit comments

Comments
 (0)