Skip to content

Commit eb14720

Browse files
authored
Update action.yml
1 parent f919af5 commit eb14720

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ runs:
8888
SPOTBUGS_HOME: /home/runner/work/spotbugs+/spotbugs-${{ inputs.spotbugs_version }}
8989
FINDSECBUGS_HOME: /home/runner/work/findsecbugs+/
9090
run: |
91-
find "${INPUT_SPOTBUGS_TARGET}" -type f -name "*.class"
92-
find "${INPUT_SPOTBUGS_TARGET}" -type f -name "*.jar"
9391
"${SPOTBUGS_HOME}"/bin/spotbugs -textui -quiet -effort:max -low -bugCategories SECURITY -pluginList "${FINDSECBUGS_HOME}"/findsecbugs-plugin-"${INPUT_FINDSECBUGS_VERSION}".jar -sarif=spotbugs.sarif "${INPUT_SPOTBUGS_TARGET}"
9492
shell: bash
9593
- name: Upload SARIF file

0 commit comments

Comments
 (0)