-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(verification): don't create empty ExcludedFiles
array
#230
Merged
kzantow
merged 1 commit into
spdx:main
from
DmitriyLewen:refactor/do-not-create-empty-ExcludedFiles
Nov 8, 2023
Merged
refactor(verification): don't create empty ExcludedFiles
array
#230
kzantow
merged 1 commit into
spdx:main
from
DmitriyLewen:refactor/do-not-create-empty-ExcludedFiles
Nov 8, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
Merged
7 tasks
kzantow
approved these changes
Nov 8, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the contribution @DmitriyLewen
cuixq
referenced
this pull request
in google/osv-scanner
Apr 17, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [deps.dev/api/v3](https://github.com/google/deps.dev) | require | digest | `2c48bd5` -> `f6f382d` | | | | | | [deps.dev/util/maven](https://github.com/google/deps.dev) | require | digest | `2c48bd5` -> `f6f382d` | | | | | | [deps.dev/util/resolve](https://github.com/google/deps.dev) | require | digest | `2c48bd5` -> `f6f382d` | | | | | | [deps.dev/util/semver](https://github.com/google/deps.dev) | require | digest | `2c48bd5` -> `f6f382d` | | | | | | [github.com/spdx/tools-golang](https://github.com/spdx/tools-golang) | require | patch | `v0.5.3` -> `v0.5.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspdx%2ftools-golang/v0.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fspdx%2ftools-golang/v0.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fspdx%2ftools-golang/v0.5.3/v0.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspdx%2ftools-golang/v0.5.3/v0.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | golang.org/x/exp | require | digest | `93d18d7` -> `fe59bbe` | | | | | --- ### Release Notes <details> <summary>spdx/tools-golang (github.com/spdx/tools-golang)</summary> ### [`v0.5.4`](https://github.com/spdx/tools-golang/releases/tag/v0.5.4) [Compare Source](https://github.com/spdx/tools-golang/compare/v0.5.3...v0.5.4) ##### What's Changed - Stop escaping HTML by [@​kzantow](https://github.com/kzantow) in [https://github.com/spdx/tools-golang/pull/224](https://github.com/spdx/tools-golang/pull/224) - Don't create empty `ExcludedFiles` array by [@​DmitriyLewen](https://github.com/DmitriyLewen) in [https://github.com/spdx/tools-golang/pull/230](https://github.com/spdx/tools-golang/pull/230) - Add external reference category `OTHER` by [@​mcombuechen](https://github.com/mcombuechen) in [https://github.com/spdx/tools-golang/pull/229](https://github.com/spdx/tools-golang/pull/229) - Remove empty packageVerificationCode in 2.2 JSON by [@​kzantow](https://github.com/kzantow) in [https://github.com/spdx/tools-golang/pull/223](https://github.com/spdx/tools-golang/pull/223) ##### New Contributors - [@​mcombuechen](https://github.com/mcombuechen) made their first contribution in [https://github.com/spdx/tools-golang/pull/229](https://github.com/spdx/tools-golang/pull/229) **Full Changelog**: spdx/tools-golang@v0.5.3...v0.5.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on monday" in timezone Australia/Sydney, 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/google/osv-scanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
excludeFile
forGetVerificationCode
function is optional field.We can avoid creating an empty array for
ExcludedFiles
ifexcludeFile
is empty.Before:
After: