Update docs for ownership change (#2)

* Add files to prepare for ownership change

* Fix tests

* Update repo name

* Update dependencies

* Attempt to fix permissions issues blocking test

* Update permissions

* Add environment variable

* Fix variable name

* Update test.yml

* Update test.yml
This commit is contained in:
Justin Hutchings
2023-04-07 16:21:17 -07:00
committed by GitHub
parent 786282e813
commit bcaa41e34f
16 changed files with 235 additions and 26 deletions
Generated Vendored
+2 -2
View File
@@ -23853,7 +23853,7 @@ class ComponentDetection {
}
static getLatestReleaseURL() {
return __awaiter(this, void 0, void 0, function* () {
const githubToken = core.getInput('token') || process.env.GITHUB_TOKEN2 || "";
const githubToken = core.getInput('token') || process.env.GITHUB_TOKEN || "";
const octokit = github.getOctokit(githubToken);
const owner = "microsoft";
const repo = "component-detection";
@@ -23939,7 +23939,7 @@ function run() {
let snapshot = new dependency_submission_toolkit_1.Snapshot({
name: "Component Detection",
version: "0.0.1",
url: "https://github.com/jhutchings1/component-detection-action",
url: "https://github.com/advanced-security/component-detection-dependency-submission-action",
}, github.context, {
correlator: `${github.context.job}`,
id: github.context.runId.toString()
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long