You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,9 @@ A: It's a work-in-progress. Please raise an issue or a PR if you need a feature.
44
44
Q: Why do the files not resolve in the Code Scanning results?
45
45
A: The paths in the Jar or Class file metadata might not match up with the root of the repository. Try using the input `path_prefix`. If two build targets don't share the same prefix, then try running this Action twice, once per target with a different prefix for each.
46
46
47
+
Q: Why doesn't FindSecBugs find vulnerability X?
48
+
A: This Action just wraps those tools. Raise an issue on the [FindSecBugs repo](https://github.com/find-sec-bugs/find-sec-bugs/).
0 commit comments