strongswan / swidGenerator

Application which generates SWID-Tags from Linux package managers like dpkg, rpm or pacman.
MIT License
16 stars 11 forks source link

Add --id-prefix parameter to override the default {os}-{arch}- tagId value. #48

Closed adelton closed 6 years ago

tobiasbrunner commented 6 years ago

Wouldn't it make sense to make this a global option (like --regid) so it could also be used when retrieving software IDs? I'd expect them to be the same as tagId in the SWID tags. The name would have to be changed, though (--id-prefix or --unique-id-prefix?).

adelton commented 6 years ago

I'll try to refresh the pull request this week.

adelton commented 6 years ago

Changed the option to --id-prefix and made it global, rebased on master -> 89318dfae01d7c95370e68939a1b0a400d9a5264.

tobiasbrunner commented 6 years ago

Applied to master. Thanks!