add first_party_analysis boolean to all status reports
This commit is contained in:
parent
592977e6ae
commit
a7dc229496
15 changed files with 126 additions and 6 deletions
1
lib/status-report.js
generated
1
lib/status-report.js
generated
|
|
@ -100,6 +100,7 @@ async function createStatusReportBase(actionName, status, actionStartedAt, diskI
|
|||
action_version: (0, actions_util_1.getActionVersion)(),
|
||||
analysis_key,
|
||||
commit_oid: commitOid,
|
||||
first_party_analysis: (0, actions_util_1.isFirstPartyAnalysis)(),
|
||||
job_name: jobName,
|
||||
job_run_uuid: jobRunUUID,
|
||||
ref,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue