Skip to content

Commit edeebb9

Browse files
authored
Update starter-workflow.yml
1 parent 74c65ea commit edeebb9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

starter-workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
- name: Run SpotBugs with FindSecBugs
3030
uses: advanced-security/spotbugs-findsecbugs-action@v1
3131
with:
32-
# set these appropriately for your project
33-
spotbugs_target: 'target/scala-2.13/classes' # cannot have globs
32+
# set these appropriately for your project - the defaults are shown here for context
33+
# spotbugs_target: 'target/' # cannot have globs
34+
# spotbugs_filename_glob: '*.jar'
3435
# upload_sarif: 'true'
3536
# no_cache: 'false'
3637
# spotbugs_version: '4.7.3'

0 commit comments

Comments
 (0)