Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Add an option to not create issues on failure #180

Open
romoh opened this issue Mar 4, 2021 · 1 comment
Open

Add an option to not create issues on failure #180

romoh opened this issue Mar 4, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@romoh
Copy link

romoh commented Mar 4, 2021

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

@naftulikay
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants