Skip to content

[CRAVEX] SCA Integrations: OWASP dep-scan - #1825

Merged
tdruez merged 21 commits into
mainfrom
1733-sca-integration-depscan
Aug 25, 2025
Merged

tdruez merged 21 commits into
mainfrom
1733-sca-integration-depscan

Conversation

@tdruez

@tdruez tdruez commented Aug 25, 2025

Copy link
Copy Markdown
Contributor

This PR adds support for importing SBOMs generated with OWASP dep-scan.

Changes:

  • Add a unit test to ensure the OWASP dep-scan SBOM support
  • Add a GitHub workflow that runs every week to ensure the OWASP dep-scan SBOM support (see below for details)

Workflow

Available at .github/workflows/sca-integration-depscan.yml

Documentation:

# This workflow:
#  1. Generates a CycloneDX SBOM for a container image using OWASP dep-scan.
#  2. Uploads the SBOM as a GitHub artifact for future inspection.
#  3. Loads the SBOM into ScanCode.io for further analysis.
#  4. Runs assertions to verify that the SBOM was properly processed in ScanCode.io.
#
# It runs on demand, and once a week (scheduled).

tdruez added 3 commits August 25, 2025 12:03
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Comment thread .github/workflows/sca-integration-depscan.yml Fixed
Signed-off-by: tdruez <tdruez@nexb.com>
Comment thread .github/workflows/sca-integration-depscan.yml Fixed
tdruez added 17 commits August 25, 2025 12:36
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: tdruez <tdruez@nexb.com>
@tdruez
tdruez merged commit 08e4e75 into main Aug 25, 2025
14 checks passed
@tdruez
tdruez deleted the 1733-sca-integration-depscan branch August 25, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants