We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2f84ee + 15f7d07 commit 9fe38d6Copy full SHA for 9fe38d6
.github/workflows/bandit.yml
@@ -12,12 +12,12 @@
12
13
name: Bandit
14
on:
15
- #push:
16
- #branches: [ "main" ]
17
- #pull_request:
18
19
- schedule:
20
- - cron: '0 0 * * *'
+ push:
+ branches: [ "main" ]
+ pull_request:
+ #schedule:
+ #- cron: '0 0 * * *'
21
22
jobs:
23
bandit:
.github/workflows/codeql.yml
name: "CodeQL Advanced"
analyze:
0 commit comments