mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-07 06:17:07 +00:00
Add allowed endpoints
This commit is contained in:
parent
8164ee96f9
commit
f9af5c0b39
3 changed files with 3 additions and 1 deletions
1
dist/pre/index.js
vendored
1
dist/pre/index.js
vendored
|
|
@ -2401,6 +2401,7 @@ var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _argume
|
|||
correlation_id: correlation_id,
|
||||
working_directory: process.env["GITHUB_WORKSPACE"],
|
||||
api_url: api_url,
|
||||
allowed_endpoints: core.getInput("allowed-endpoints"),
|
||||
};
|
||||
const confgStr = JSON.stringify(confg);
|
||||
external_child_process_namespaceObject.execSync("sudo mkdir -p /home/agent");
|
||||
|
|
|
|||
2
dist/pre/index.js.map
vendored
2
dist/pre/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -23,6 +23,7 @@ import { v4 as uuidv4 } from "uuid";
|
|||
correlation_id: correlation_id,
|
||||
working_directory: process.env["GITHUB_WORKSPACE"],
|
||||
api_url: api_url,
|
||||
allowed_endpoints: core.getInput("allowed-endpoints"),
|
||||
};
|
||||
|
||||
const confgStr = JSON.stringify(confg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue