Skip to content

Commit

Permalink
Merge pull request #156 from Cyber4All/main
Browse files Browse the repository at this point in the history
Updated docker image
  • Loading branch information
Cwagne17 authored Oct 11, 2022
2 parents ec9d598 + fb65003 commit ec88ff5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/jobs/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ steps:
- run:
name: cve-bin-tool SBOM anlaysis
command: |
docker run --rm --env BOM_FILE=cyclonedx-sbom.json -v $(pwd):/home/alpine/src --name cve-bin-tool cyber4all/cve-bin-tool:latest
docker run --env BOM_FILE=cyclonedx-sbom.json -v $(pwd)/cyclonedx-sbom.json:/home/alpine/src --name cve-bin-tool cyber4all/cve-bin-tool:latest
docker cp cve-bin-tool:/home/alpine/output.cve-bin-tool.$(date "+%Y-%m-%d").html .
- store_artifacts:
path: output.cve-bin-tool.$(date "+%Y-%m-%d").html
- store_artifacts:
Expand Down

0 comments on commit ec88ff5

Please sign in to comment.