Skip to content

Commit

Permalink
close #712 test reachability enricher with all languages that atom su…
Browse files Browse the repository at this point in the history
…pports
  • Loading branch information
northdpole committed Jan 20, 2025
1 parent ae2b90b commit 961f0b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/enrichers/reachability/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,19 @@ spec:
description: The workspace containing the source-code to scan.
steps:
- name: run-cdxgen
image: ghcr.io/cyclonedx/cdxgen:v10.9.5
image: ghcr.io/cyclonedx/cdxgen:v11.1.0
command:
- node
env:
- name: NPM_INSTALL_ARGS
value: "--force --ignore-scripts --package-lock --legacy-peer-deps"
args:
- /opt/cdxgen/bin/cdxgen.js
- -t
- $(params.enricher-reachability-programming-language)
- --deep
- -r
- --feature-flags safe-pip-install
- -p
- -o
- $(workspaces.output.path)/source-code/bom.json
Expand Down

0 comments on commit 961f0b2

Please sign in to comment.