Skip to content

Clean up examples #482

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

Merged
merged 2 commits into from
Feb 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
216 changes: 0 additions & 216 deletions tests/spdx/data/formats/SPDXJsonExample.json

This file was deleted.

11 changes: 1 addition & 10 deletions tests/spdx/data/formats/SPDXSBOMExample.spdx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ documentDescribes:
packages:
- SPDXID: "SPDXRef-Package-xyz"
summary: "Awesome product created by Example Inc."
checksums:
- algorithm: SHA1
checksumValue: SOME-SHA1
copyrightText: "copyright 2004-2020 Example Inc. All Rights Reserved."
downloadLocation: "git+ssh://gitlab.example.com:3389/products/xyz.git@b2c358080011af6a366d2512a25a379fbe7b1f78"
filesAnalyzed: false
Expand All @@ -31,9 +28,6 @@ packages:
description: "A command line tool and library for transferring data with URL syntax, supporting \
HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, MQTT, FILE, \
IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features."
checksums:
- algorithm: SHA1
checksumValue: SOME-SHA1
copyrightText: "Copyright (c) 1996 - 2020, Daniel Stenberg, <daniel@haxx.se>, and many
contributors, see the THANKS file."
downloadLocation: "https://github.com/curl/curl/releases/download/curl-7_70_0/curl-7.70.0.tar.gz"
Expand All @@ -47,9 +41,6 @@ packages:
- SPDXID: "SPDXRef-Package-openssl"
description: "OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit for the Transport Layer Security (TLS) protocol formerly known as the Secure Sockets Layer (SSL) protocol. The protocol implementation is based on a full-strength general purpose cryptographic library, which can also be used stand-alone."
copyrightText: "copyright 2004-2020 The OpenSSL Project Authors. All Rights Reserved."
checksums:
- algorithm: SHA1
checksumValue: SOME-SHA1
downloadLocation: "git+ssh://github.com/openssl/openssl.git@e2e09d9fba1187f8d6aafaa34d4172f56f1ffb72"
filesAnalyzed: false
homepage: "https://www.openssl.org/"
Expand All @@ -64,4 +55,4 @@ relationships:
relationshipType: "CONTAINS"
- spdxElementId: "SPDXRef-Package-xyz"
relatedSpdxElement: "SPDXRef-Package-openssl"
relationshipType: "CONTAINS"
relationshipType: "CONTAINS"
Loading