Skip to content
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

gha: Use spdx3-validate to validate documents #96

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

JPEWdev
Copy link
Contributor

@JPEWdev JPEWdev commented Aug 9, 2024

This validator correctly handles ExternalMap references

@kestewart kestewart requested a review from goneall August 14, 2024 21:59
@@ -60,11 +58,8 @@ jobs:

- name: Validate SPDX 3.0 Documents
run: |
SPDX30_SCHEMA_URL="https://spdx.org/schema/3.0.0/spdx-json-schema.json"
SPDX30_SHACL_URL="https://spdx.org/rdf/3.0.0/spdx-model.ttl"

for f in $(find . -type f -path '*/spdx-3.0/*.json'); do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
for f in $(find . -type f -path '*/spdx-3.0/*.json'); do
for f in $(find . -type f -path '*/spdx3.0/*.json'); do

Update the dir name. This may help resolve the conflict.

This validator correctly handles ExternalMap references
@kestewart kestewart merged commit e88f263 into spdx:master Aug 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants