
https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#
SECURITY appears hardcoded:
|
"${SPOTBUGS_HOME}/bin/spotbugs" -maxHeap "${INPUT_RAM}" -textui -quiet -effort:max -low -bugCategories SECURITY -pluginList "${FINDSECBUGS_HOME}/findsecbugs-plugin-${INPUT_FINDSECBUGS_VERSION}.jar" -sarif=spotbugs.sarif ${SPOTBUGS_FILES} |
https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#
SECURITYappears hardcoded:spotbugs-findsecbugs-action/action.yml
Line 138 in a63756c