crytic / tealer

Static Analyzer for Teal
GNU Affero General Public License v3.0
62 stars 14 forks source link

Add pip-audit action workflow #30

Closed elopez closed 2 years ago

elopez commented 2 years ago

This adds a new GitHub Actions workflow. This workflow runs pip-audit on the repository on each new commit and pull request to the dev and main branches, as well as every Tuesday morning. If any known vulnerable dependency is found, this workflow will fail.