A GitHub Action to perform VB SBOM scans and retrieve ECR credentials.
vb-api-url
: (Required) The base URL for the VB APIvb-api-key
: (Required) The API key for authentication
username
: ECR usernamepassword
: ECR passwordregion
: ECR regionregistry_id
: ECR registry IDscan_id
: The ID of the created SBOM scan
- name: VB Scan
uses: your-org/vb-scan-action@v1
with:
vb-api-url: ${{ secrets.VB_API_URL }}
vb-api-key: ${{ secrets.VB_API_KEY }}
[Choose an appropriate license]