Skip to content

Commit f7f113d

Browse files
build(deps): update dependency interlynk-io/sbomqs to v2.0.4 (#941)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [interlynk-io/sbomqs](https://redirect.github.com/interlynk-io/sbomqs) | patch | `v2.0.3` → `v2.0.4` | --- ### Release Notes <details> <summary>interlynk-io/sbomqs (interlynk-io/sbomqs)</summary> ### [`v2.0.4`](https://redirect.github.com/interlynk-io/sbomqs/releases/tag/v2.0.4) [Compare Source](https://redirect.github.com/interlynk-io/sbomqs/compare/v2.0.3...v2.0.4) ##### What's Changed - Refactor dependency handling for spdx/cdx by [@&#8203;viveksahu26](https://redirect.github.com/viveksahu26) in [#&#8203;599](https://redirect.github.com/interlynk-io/sbomqs/pull/599) - chore(deps): bump sigstore/cosign-installer from 3.9.0 to 4.0.0 in the github-actions group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;597](https://redirect.github.com/interlynk-io/sbomqs/pull/597) - \[tests] Feat/ntia tests by [@&#8203;viveksahu26](https://redirect.github.com/viveksahu26) in [#&#8203;606](https://redirect.github.com/interlynk-io/sbomqs/pull/606) - add fsct test by [@&#8203;viveksahu26](https://redirect.github.com/viveksahu26) in [#&#8203;607](https://redirect.github.com/interlynk-io/sbomqs/pull/607) - FSCT Profile Refinements: align scoring and descriptions with fsct semantics by [@&#8203;viveksahu26](https://redirect.github.com/viveksahu26) in [#&#8203;609](https://redirect.github.com/interlynk-io/sbomqs/pull/609) - update deps by [@&#8203;viveksahu26](https://redirect.github.com/viveksahu26) in [#&#8203;613](https://redirect.github.com/interlynk-io/sbomqs/pull/613) - \[docs]add fsct docs by [@&#8203;viveksahu26](https://redirect.github.com/viveksahu26) in [#&#8203;614](https://redirect.github.com/interlynk-io/sbomqs/pull/614) - update description of ntia profile table by [@&#8203;viveksahu26](https://redirect.github.com/viveksahu26) in [#&#8203;610](https://redirect.github.com/interlynk-io/sbomqs/pull/610) - fix signing process by [@&#8203;viveksahu26](https://redirect.github.com/viveksahu26) in [#&#8203;616](https://redirect.github.com/interlynk-io/sbomqs/pull/616) - fix correct signing by [@&#8203;viveksahu26](https://redirect.github.com/viveksahu26) in [#&#8203;617](https://redirect.github.com/interlynk-io/sbomqs/pull/617) **Full Changelog**: <interlynk-io/sbomqs@v2.0.3...v2.0.4> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=--> Co-authored-by: mms-renovate-ce[bot] <227217340+mms-renovate-ce[bot]@users.noreply.github.com>
1 parent f26b314 commit f7f113d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
CDXGEN_VERSION: '11.11.0'
2020
CDXGEN_PLUGINS_VERSION: '1.8.0'
2121
GRYPE_VERSION: 'v0.108.0'
22-
SBOMQS_VERSION: 'v2.0.3'
22+
SBOMQS_VERSION: 'v2.0.4'
2323
DEPSCAN_VERSION: 'v5.5.0'
2424
NYDUS_VERSION: '2.4.0'
2525
SWIFT_VERSION: '6.2.3'

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
env:
1313
CDXGEN_PLUGINS_VERSION: '1.8.0'
1414
GRYPE_VERSION: 'v0.108.0'
15-
SBOMQS_VERSION: 'v2.0.3'
15+
SBOMQS_VERSION: 'v2.0.4'
1616
DEPSCAN_VERSION: 'v5.5.0'
1717
NYDUS_VERSION: '2.4.0'
1818
java_version: '25'

0 commit comments

Comments
 (0)