actions-rs / audit-check

🛡️ GitHub Action for security audits
https://github.com/marketplace/actions/rust-audit-check
MIT License
169 stars 39 forks source link

Add an option to not create issues on failure #180

Open romoh opened 3 years ago

romoh commented 3 years ago

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 commented 2 years ago

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