audit-check icon indicating copy to clipboard operation
audit-check copied to clipboard

Add an option to not create issues on failure

Open romoh opened this issue 4 years ago • 1 comments
trafficstars

Motivation

When using audit-check on schedule, the action automatically creates an issue. However, given this is a security vulnerability it seems creating an issue is not a desired behavior. At least this should be optional through an input to the action.

Workflow example

     - uses: actions-rs/audit-check@v2`
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          create-issue: false

Additional context

N/A

romoh avatar Mar 04 '21 01:03 romoh

I just created #217, which is a duplicate of this, so I will close.

naftulikay avatar Dec 01 '21 18:12 naftulikay