You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor github/download-public-release to use github/download-private-release
if GITHUB_TOKEN exists.
Why
If GITHUB_TOKEN exists we use an authenticated call that has limits 5000 per day per IP
else we call anonymous call that has limits to 60 per day per IP.
Workaround
Make exits non-zero error if anonymous request limit hit.
The text was updated successfully, but these errors were encountered:
…cloudposse#52)
* Add Makefile.security inside modules/python with python/bandit target
* Use generic PYTHON_LINT_TARGETS since static analysis like bandit is indeed linting. Add newline to requirements.template
* Combine common Lint and Security targets. Use lint Makefile style for securit Makefile
What
github/download-public-release
to usegithub/download-private-release
if
GITHUB_TOKEN
exists.Why
GITHUB_TOKEN
exists we use an authenticated call that has limits 5000 per day per IPelse we call anonymous call that has limits to 60 per day per IP.
Workaround
The text was updated successfully, but these errors were encountered: