معرفی شرکت ها


detect-gh-actions-unused-secrets-0.5.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Detects secrets that are defined in the repository and are not used in Github Actions
ویژگی مقدار
سیستم عامل -
نام فایل detect-gh-actions-unused-secrets-0.5.0
نام detect-gh-actions-unused-secrets
نسخه کتابخانه 0.5.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Artem Rys
ایمیل نویسنده rysartem@gmail.com
آدرس صفحه اصلی https://github.com/artemrys/detect-gh-actions-unused-secrets
آدرس اینترنتی https://pypi.org/project/detect-gh-actions-unused-secrets/
مجوز MIT
detect-gh-actions-unused-secrets ================================ Detects secrets that are defined in the repository and are not used in Github Actions. What it does: * Get repository secrets using Github Actions API * Clone the repository * Search through the Github Actions related files (`.github/workflows/*.yaml` and `.github/workflows/*.yml`) and try to find usages of each secret * Report those secrets which are not found ## Prerequisites * Github token with `repo` scope ([Github docs](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)) ## Installation ```console pip install detect-gh-actions-unused-secrets ``` ## Usage ```console detect-gh-actions-unused-secrets <token> <owner>/<repo1> <owner/repo2> ``` ### `--generate-curls` Option to generate a text file with `curl`s to delete all unused secrets in the repositories that were scanned. ```console detect-gh-actions-unused-secrets <token> <owner>/<repo1> --generate-curls ``` This command will produce a file called `curls.sh` that will contain line-by-line `curl` commands to delete all unused secrets in `<owner>/<repo1>` repository. [This](https://docs.github.com/en/rest/reference/actions#delete-a-repository-secret) endpoint will be utilized.


زبان مورد نیاز

مقدار نام
>=3.7.0 Python


نحوه نصب


نصب پکیج whl detect-gh-actions-unused-secrets-0.5.0:

    pip install detect-gh-actions-unused-secrets-0.5.0.whl


نصب پکیج tar.gz detect-gh-actions-unused-secrets-0.5.0:

    pip install detect-gh-actions-unused-secrets-0.5.0.tar.gz