mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Run CodeQL on every commit to main (#4794)
Practically, we were scanning enough previously (at least once a day, plus any commit that changed source files), but this will help check the box in CII Best Practices.
This commit is contained in:
parent
eddc2e2bda
commit
7cb71bc5a8
5
.github/workflows/codeql-analysis.yml
vendored
5
.github/workflows/codeql-analysis.yml
vendored
@ -13,13 +13,8 @@ on:
|
|||||||
- '**.jsx'
|
- '**.jsx'
|
||||||
- '**.ts'
|
- '**.ts'
|
||||||
- '**.tsx'
|
- '**.tsx'
|
||||||
schedule:
|
|
||||||
- cron: '18 17 * * 1'
|
|
||||||
workflow_dispatch: # Manual
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
name: Analyze
|
name: Analyze
|
||||||
|
Loading…
Reference in New Issue
Block a user