secure-repo icon indicating copy to clipboard operation
secure-repo copied to clipboard

[KB] Add KB for dorny/test-reporter

Open step-security-bot opened this issue 3 years ago • 1 comments

Knowledge Base is missing for dorny/test-reporter.

step-security-bot avatar Jul 07 '22 07:07 step-security-bot

Analysis

Action Name: dorny/test-reporter
Action Type: Node
GITHUB_TOKEN Matches: token,Token
Top language: TypeScript
Stars: 286
Private: false
Forks: 62

Endpoints Found

Endpoint Permission
checks.create write
checks.update write
actions.listWorkflowRunArtifacts read
actions.downloadArtifact read
git.getCommit read
git.getTree read

FollowUp Links.

https://github.com/dorny/test-reporter/blob/a585725c8b86ed12ec5ea9537703f2b1240b0c3f/src/main.ts https://github.com/dorny/test-reporter/blob/2c87efac073270a76b2a8c81d9b1e3b082f245c8/src/input-providers/artifact-provider.ts https://github.com/dorny/test-reporter/blob/2c87efac073270a76b2a8c81d9b1e3b082f245c8/src/utils/github-utils.ts

action-security.yml

name: Test Reporter
github-token:
  action-input:
    input: token
    is-default: true
  permissions:
    checks: write
    actions: read
    contents: read

step-security-bot avatar Jul 07 '22 07:07 step-security-bot