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
As a user, I want to perform a dependency scan on all/partial projects on GitHub org to generate the most critical risks such as license risks in one shot.
Optionally, I should be able to perform dependency scanning of selected projects in my orgs
The example command can be
vet scan https://github.com/OrgName --github-token ....
The scan should generate violations in a report
Possible behavior:
The tool can utilize the SBOM provided by Github to perform the assessment.
The text was updated successfully, but these errors were encountered:
As a user, I want to perform a dependency scan on all/partial projects on GitHub org to generate the most critical risks such as license risks in one shot.
Optionally, I should be able to perform dependency scanning of selected projects in my orgs
The example command can be
The scan should generate violations in a report
Possible behavior:
The tool can utilize the SBOM provided by Github to perform the assessment.
The text was updated successfully, but these errors were encountered: