Skip to content

Commit

Permalink
chore(actions): bump cyclonedx/cdxgen from 9.8.5 to 9.8.7 (#201)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @cyclonedx/cdxgen to v9.8.7

* fix: fix container-structure-test error

See also:
- CycloneDX/cdxgen#610

---------

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
beiertu-mms and renovate-bot authored Oct 9, 2023
1 parent 4d62c12 commit 288cacc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/dependabot.yml'
- '.github/technolinator.yml'
env:
CDXGEN_VERSION: '9.8.5'
CDXGEN_VERSION: '9.8.7'
CDXGEN_PLUGINS_VERSION: '1.4.0'
GRYPE_VERSION: 'v0.69.1'
SBOMQS_VERSION: 'v0.0.22'
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/structure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ commandTests:
command: 'cdxgen'
args: ['-h']
expectedOutput:
- '.*SBoM.*'
- '.*SBOM.*'
- name: "Grype installed"
command: 'grype'
args: ['-h']
Expand Down

0 comments on commit 288cacc

Please sign in to comment.