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
ci: Fix FOSSA scans by generating Gemfile.lock files before scanning (#1640)
Shell script will loop through all the available Gemfiles in this repository and create Gemfile.lock files without actually installing these gems.
Some folders like */examples/* and release/ have been vomited.
FOSSA is intelligent enough to read nested directories and generate the report based on lock files.
Signed-off-by: Arjun Rajappa <[email protected]>
Co-authored-by: Kayla Reopelle <[email protected]>
0 commit comments