Skip to content

basm77/embold-github-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embold scan action

This action run an Embold scan for your repository on a remote Embold server

Inputs

emboldUrl

Required URL of your Embold instance

emboldToken

Required URL of your Embold instance (recommended: Use a secret)

emboldRepoUid

Required Repository UID of the Embold repository where the results will be published

Outputs

status

Status of the launch of scan

Example usage

uses: actions/embold-github-action@v1
with:
    emboldUrl: ${{ secrets.EMB_URL }}
    emboldToken: ${{ secrets.EMB_TOKEN }}
    emboldRepoUid: ${{ secrets.EMB_REPOUID }}

About

Embold Github Action

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%