Code Risk Identification GitHub Workflow

This workflow identifies potential security vulnerabilities in your codebase. It requires a sarif file as input to analyze and ensure that all code is secure and up to date.

The code-risk-identification workflow accepts the following inputs:

NameDescriptionRequiredDefault Value
api-urlURL of the DevGuard APINohttps://api.devguard.org
asset-nameName of the asset to be scannedYes
sarif-filePath to the sarif file to be scannedYessbom.json
sarif-artifact-nameName of the SBOM artifact to be downloadedNo''

Usage Examples:

If you have the sarif in the repository:

if you have the sarif in an artifact from a previous job, you need to upload the artifact first:

Have feedback? We want to hear from you!

Fields marked with * are required