feat(Init):

This commit is contained in:
Alexander Myasoedov
2024-04-13 18:04:24 +03:00
commit 15106c1c23
29 changed files with 4300 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
name: PyCharm Python Security Scanner
on:
schedule:
- cron: "0 0 * * *"
jobs:
security_checks:
runs-on: ubuntu-latest
name: Execute the pycharm-security action
steps:
- uses: actions/checkout@v1
- name: PyCharm Python Security Scanner
uses: tonybaloney/pycharm-security@1.19.0