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
* Expose a static only Go modules tactic.
* really for real go static analysis
* Remove fallbacks. It already does that.
* active voice
* Document that transitive dependnecies aren't reported with Go mod static analysis.
* Fix typo.
This strategy will attempt to fill in transitive dependencies by calling out to Go tools.
109
+
If it fails or `fossa analyze` is invoked with `--static-analysis-only`, the strategy will report what it found in `go.mod` without any transitive dependencies.
110
+
107
111
## FAQ
108
112
109
113
### Why do I see a dependency in `go.mod`, but it is not reflected in FOSSA?
0 commit comments