Skip to content

Commit

Permalink
Added config
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Nov 21, 2023
1 parent 7f5bae4 commit e26dac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nydus-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
sleep 30
sudo nerdctl --snapshotter nydus run --rm -v $(pwd):/app ghcr.io/cyclonedx/cdxgen:master-nydus cdxgen -v
cd repotests/dependency-track
sudo nerdctl --snapshotter nydus run --rm -v $HOME/.m2:$HOME/.m2 -v $(pwd):/app ghcr.io/cyclonedx/cdxgen:master-nydus cdxgen -p -t java --profile research -o /app/bom.json /app
sudo nerdctl --snapshotter nydus run --rm -e CDXGEN_DEBUG_MODE=debug -v $HOME/.m2:$HOME/.m2 -v $(pwd):/app ghcr.io/cyclonedx/cdxgen:master-nydus cdxgen -p -t java --profile research -o /app/bom.json /app
cd ../..
cp -rf repotests/dependency-track/*.json *.slices.json bomresults/
env:
Expand Down

0 comments on commit e26dac7

Please sign in to comment.