rustsec / audit-check

🛡️ GitHub Action for security audits
MIT License
46 stars 8 forks source link

Checking existing advisories should consume one API request #13

Open pinkforest opened 1 year ago

pinkforest commented 1 year ago

We are also consuming API query per advisory when checking if one already exists which is sub-optimal

This is due to using the REST API

Check if with GraphQL via octokit we could reduce this to one query