We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c65ea commit edeebb9Copy full SHA for edeebb9
1 file changed
starter-workflow.yml
@@ -29,8 +29,9 @@ jobs:
29
- name: Run SpotBugs with FindSecBugs
30
uses: advanced-security/spotbugs-findsecbugs-action@v1
31
with:
32
- # set these appropriately for your project
33
- spotbugs_target: 'target/scala-2.13/classes' # cannot have globs
+ # set these appropriately for your project - the defaults are shown here for context
+ # spotbugs_target: 'target/' # cannot have globs
34
+ # spotbugs_filename_glob: '*.jar'
35
# upload_sarif: 'true'
36
# no_cache: 'false'
37
# spotbugs_version: '4.7.3'
0 commit comments