Skip to content

Commit c2c236d

Browse files
Merge pull request #1382 from h0x0er/issue1376
Updated Kbanalysis to move KB issues to a single issue
2 parents 12c6bb8 + 0e74bbb commit c2c236d

File tree

4 files changed

+1732
-1484
lines changed

4 files changed

+1732
-1484
lines changed

.github/workflows/kbanalysis.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: KBAnalysis
22
on:
33
issues:
44
types:
5-
- opened
6-
- reopened
7-
- closed
5+
- opened
6+
- reopened
7+
- closed
8+
workflow_dispatch:
9+
schedule:
10+
- cron: "0 0 * * *"
11+
812
permissions:
913
contents: read
1014

@@ -15,7 +19,7 @@ jobs:
1519
issues: write
1620
contents: write
1721
pull-requests: write
18-
22+
1923
steps:
2024
- name: Harden Runner
2125
uses: step-security/harden-runner@dd2c410b088af7c0dc8046f3ac9a8f4148492a95
@@ -25,7 +29,7 @@ jobs:
2529
- uses: actions/checkout@d0651293c4a5a52e711f25b41b05b2212f385d28
2630
with:
2731
repository: step-security/secure-workflows
28-
32+
2933
- name: KBAnalysis
3034
uses: step-security/secure-workflows/kbanalysis@03a07b65449688ebe9e517e4446b9f323bb194a0
3135
with:

0 commit comments

Comments
 (0)