Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
tern-tools
/
tern
Public
Notifications
You must be signed in to change notification settings
Fork
190
Star
1k
Code
Issues
57
Pull requests
7
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Add SPDX generation using spdx-tools
- #1233
#1233
Open
armintaenzertng
wants to merge 24 commits into
tern-tools:main
tern-tools/tern:main
from
armintaenzertng:add_spdx_tools
armintaenzertng/tern:add_spdx_tools
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Open
Add SPDX generation using spdx-tools
#1233
armintaenzertng
wants to merge 24 commits into
tern-tools:main
tern-tools/tern:main
from
armintaenzertng:add_spdx_tools
armintaenzertng/tern:add_spdx_tools
Copy head branch name to clipboard
Commits
Commits on Jul 18, 2023
Add SPDX generation using spdx-tools
Show description for 710af18
armintaenzertng
committed
710af18
View commit details
Copy full SHA for 710af18
Browse repository at this point
Add generator plugins for all SPDX formats
Show description for 9f27150
armintaenzertng
committed
9f27150
View commit details
Copy full SHA for 9f27150
Browse repository at this point
add SPDX generation test
Show description for d5ed02f
armintaenzertng
committed
d5ed02f
View commit details
Copy full SHA for d5ed02f
Browse repository at this point
add SPDX versioning
Show description for afdf71a
armintaenzertng
committed
afdf71a
View commit details
Copy full SHA for afdf71a
Browse repository at this point
add CLI version parameter
Show description for 8b21218
armintaenzertng
committed
8b21218
View commit details
Copy full SHA for 8b21218
Browse repository at this point
update copyright year for new SPDX implementation
Show description for aaa3333
armintaenzertng
committed
aaa3333
View commit details
Copy full SHA for aaa3333
Browse repository at this point
update get_purl() according to #1237
Show description for 2350559
armintaenzertng
committed
2350559
View commit details
Copy full SHA for 2350559
Browse repository at this point
add SPDX-2.3 features
Show description for b43ac47
armintaenzertng
committed
b43ac47
View commit details
Copy full SHA for b43ac47
Browse repository at this point
rename some SPDX generation functions
Show description for dbacd29
armintaenzertng
committed
dbacd29
View commit details
Copy full SHA for dbacd29
Browse repository at this point
Commits on Jul 19, 2023
rename format_version to spdx_version
Show description for f466eab
armintaenzertng
committed
f466eab
View commit details
Copy full SHA for f466eab
Browse repository at this point
address linting issues
Show description for 29f3411
armintaenzertng
committed
29f3411
View commit details
Copy full SHA for 29f3411
Browse repository at this point
update and add doc strings
Show description for 0b76e03
armintaenzertng
committed
0b76e03
View commit details
Copy full SHA for 0b76e03
Browse repository at this point
fix SPDX licensing
Show description for 9fde993
armintaenzertng
committed
9fde993
View commit details
Copy full SHA for 9fde993
Browse repository at this point
switch SPDX entrypoints to new implementation
Show description for 58db89e
armintaenzertng
committed
58db89e
View commit details
Copy full SHA for 58db89e
Browse repository at this point
Commits on Jul 20, 2023
upgrade spdx-tools to 0.8.0rc3
Show description for dee02f6
armintaenzertng
committed
dee02f6
View commit details
Copy full SHA for dee02f6
Browse repository at this point
Commits on Aug 28, 2023
fix SPDX file handling
Show description for ecdc78e
armintaenzertng
committed
ecdc78e
View commit details
Copy full SHA for ecdc78e
Browse repository at this point
workaround for SPDX output with files without checksums
Show description for 6e6eea5
armintaenzertng
committed
6e6eea5
View commit details
Copy full SHA for 6e6eea5
Browse repository at this point
remove temporary SPDX generation test
Show description for aedb5a6
armintaenzertng
committed
aedb5a6
View commit details
Copy full SHA for aedb5a6
Browse repository at this point
upgrade spdx-tools to 0.8.0
Show description for 22b3edd
armintaenzertng
committed
22b3edd
View commit details
Copy full SHA for 22b3edd
Browse repository at this point
fix default SPDX version value
Show description for bc7cd6a
armintaenzertng
committed
bc7cd6a
View commit details
Copy full SHA for bc7cd6a
Browse repository at this point
fix linting issues
Show description for a0cc74e
armintaenzertng
committed
a0cc74e
View commit details
Copy full SHA for a0cc74e
Browse repository at this point
add new SPDX formats to tests
Show description for 4483794
armintaenzertng
committed
4483794
View commit details
Copy full SHA for 4483794
Browse repository at this point
change version parameter name to spdx_version in some generate_layer functions
Show description for 65d4e00
armintaenzertng
committed
65d4e00
View commit details
Copy full SHA for 65d4e00
Browse repository at this point
update spdx-tools dependency to 0.8.1
Show description for b2df558
armintaenzertng
committed
b2df558
View commit details
Copy full SHA for b2df558
Browse repository at this point
You can’t perform that action at this time.