This action run an Embold scan for your repository on a remote Embold server
Required URL of your Embold instance
Required URL of your Embold instance (recommended: Use a secret)
Required Repository UID of the Embold repository where the results will be published
Status of the launch of scan
uses: actions/embold-github-action@v1
with:
emboldUrl: ${{ secrets.EMB_URL }}
emboldToken: ${{ secrets.EMB_TOKEN }}
emboldRepoUid: ${{ secrets.EMB_REPOUID }}