Add files via upload

This commit is contained in:
arjundashrath 2022-02-10 21:29:33 +05:30 committed by GitHub
commit fb5f0c4567
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
dist/index.js vendored
View file

@ -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

File diff suppressed because one or more lines are too long