We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f919af5 commit eb14720Copy full SHA for eb14720
1 file changed
action.yml
@@ -88,8 +88,6 @@ runs:
88
SPOTBUGS_HOME: /home/runner/work/spotbugs+/spotbugs-${{ inputs.spotbugs_version }}
89
FINDSECBUGS_HOME: /home/runner/work/findsecbugs+/
90
run: |
91
- find "${INPUT_SPOTBUGS_TARGET}" -type f -name "*.class"
92
- find "${INPUT_SPOTBUGS_TARGET}" -type f -name "*.jar"
93
"${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}"
94
shell: bash
95
- name: Upload SARIF file
0 commit comments