mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-28 16:19:58 +02:00
feat(Init):
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user