mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-08 12:17:07 +00:00
Add files via upload
This commit is contained in:
parent
4c61b49d26
commit
fb5f0c4567
2 changed files with 5 additions and 5 deletions
8
dist/index.js
vendored
8
dist/index.js
vendored
|
|
@ -1716,12 +1716,12 @@ var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _argume
|
|||
console.log("Only runs on linux");
|
||||
return;
|
||||
}
|
||||
if (core.getInput("send-insights") === 'true') {
|
||||
var web_url = "https://app.stepsecurity.io";
|
||||
printInfo(web_url);
|
||||
if (core.getBooleanInput("disable-telemetry") === true && core.getInput("egress-policy") === "block") {
|
||||
core.warning("Insights will not be sent to StepSecurity API as disable-telemetry is set to true");
|
||||
}
|
||||
else {
|
||||
core.warning("Insights will not be sent to StepSecurity API as send-insights is set to false");
|
||||
var web_url = "https://app.stepsecurity.io";
|
||||
printInfo(web_url);
|
||||
}
|
||||
}))();
|
||||
|
||||
|
|
|
|||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue