We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96beb4 commit 1af7509Copy full SHA for 1af7509
utils.test.js
@@ -467,7 +467,7 @@ test("get repo license", async () => {
467
});
468
expect(license).toEqual({
469
id: "Apache-2.0",
470
- url: "https://github.com/AppThreat/cdxgen/blob/master/LICENSE",
+ url: "https://github.com/CycloneDX/cdxgen/blob/master/LICENSE",
471
472
473
license = await utils.getRepoLicense("https://cloud.google.com/go", {
0 commit comments