actions-rs / audit-check

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

question - resolving open issues #184

Open avnerbarr opened 3 years ago

avnerbarr commented 3 years ago

for vulnerabilities that have been solved, will the action close the issue or will I need to manually close them? Also will the action create duplicate issues each run or it detects that the issue is already created (asking if I close something which shouldn't have been, will it be recreated)

Thanks