mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-31 15:10:40 +00:00
Run flawfinder only on push to specific branch
This commit is contained in:
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:
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 1 * * 6'
|
||||
push:
|
||||
branches: [master, develop]
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- "version.properties"
|
||||
|
||||
jobs:
|
||||
flawfinder:
|
||||
|
||||
0
.github/workflows/sast_flawfinder_pull.yml
vendored
Normal file
0
.github/workflows/sast_flawfinder_pull.yml
vendored
Normal file
Reference in New Issue
Block a user