mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 17:32:18 +00:00
Run flawfinder only on push to specific branch
This commit is contained in:
parent
9b43e49116
commit
b95103cab0
12
.github/workflows/sast_flawfinder_full.yml
vendored
12
.github/workflows/sast_flawfinder_full.yml
vendored
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
name: Flawfinder Full Scan
|
name: Flawfinder Scan
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
branches:
|
branches: [master, develop]
|
||||||
- master
|
paths-ignore:
|
||||||
schedule:
|
- "**.md"
|
||||||
- cron: '0 1 * * 6'
|
- "version.properties"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flawfinder:
|
flawfinder:
|
||||||
|
0
.github/workflows/sast_flawfinder_pull.yml
vendored
Normal file
0
.github/workflows/sast_flawfinder_pull.yml
vendored
Normal file
Loading…
Reference in New Issue
Block a user