Jamie Magee
Jamie Magee
Remaining unimplemented: - `GetOrgRepoClient` - This is a GitHub-only feature - `ListLicenses` - Azure DevOps doesn't have a license detection feature. Thankfully the `License` check falls back to file-based detection...
Still need to setup integration tests in https://dev.azure.com/openssf-scorecard/
Thank you for the report and the sample payloads. I'll take a look when I get a chance.
This was two issues: - A bug: `AlertRule.Tags` should be `IEnumerable` not `string` - A feature: support for `SubIssues` event was missing Both are fixed in #754
Closing as v5 was released a while ago: https://github.com/microsoft/component-detection/releases/tag/v5.0.0
Build errors are due to kernel versions not matching. For example: > Error: modDirVersion 6.6.67 specified in the Nix expression is wrong, it should be: 6.6.78 We should lock `rpi-linux-6_6_67-src`...
Unfortunately, I don't think upstream NixOS policy maps as well onto the Raspberry Pi. Setting the default kernel as the latest Linux LTS release would be `6.12.15`, which is _not_...
Closing as v5 was released a while ago: https://github.com/microsoft/component-detection/releases/tag/v5.0.0
If I understand this thread correctly, the fix is to `require 'rubygems/user_interaction'` in `lib/tapioca.rb`. If so, I'll create a small PR to fix this.
Using [`omissis/go-jsonschema`](https://github.com/omissis/go-jsonschema), which seems to be the most popular JSON Schema to Go tool, I get Details ```go // Code generated by github.com/atombender/go-jsonschema, DO NOT EDIT. package model import "time"...