Commit ea97fb6
committed
Remove slashes from SPDX package refs
SPDX does not allow slashes in SPDXRefs. Golang pacakges, however, tend
to have slashes in their package names which is what Tern uses to create
the SPDXRefs. This commit replaces slashes in refs with dashes.
Resolves #1220
Signed-off-by: Rose Judge <rjudge@vmware.com>1 parent 6be6976 commit ea97fb6
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments