Skip to content

Inquiry about the use of the xcresulttool-file.herokuapp.com app #766

@jozefizso

Description

@jozefizso

I have noticed the xcresulttool is sending some attachments to the https://xcresulttool-file.herokuapp.com/file service as bas64 encoded data if the GitHub Token value is set.

What is this service used for and what kind of data is sent there?

if (image && core.getInput('token')) {
await exec.exec(
'curl',
[
'-X',
'POST',
'https://xcresulttool-file.herokuapp.com/file',
'-d',
image.toString('base64')
],
options
)
const response = JSON.parse(output)
if (response) {
attachment.link = response.link
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions