mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-08-11 23:41:45 +01:00
33 lines
862 B
YAML
33 lines
862 B
YAML
---
|
|
area/rules:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- config/default/rules/**/**/*
|
|
- rules/**/**/*
|
|
area/baseline:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- config/default/baselines/**/**/*
|
|
- baselines/**/**/*
|
|
area/images:
|
|
- changed-files:
|
|
- any-glob-to-any-file: config/default/images/**/*
|
|
area/misc:
|
|
- changed-files:
|
|
- any-glob-to-any-file: config/default/misc/**/*
|
|
area/sections:
|
|
- changed-files:
|
|
- any-glob-to-any-file: config/default/sections/**/*
|
|
area/templates:
|
|
- changed-files:
|
|
- any-glob-to-any-file: config/default/templates/**/*
|
|
area/github:
|
|
- changed-files:
|
|
- any-glob-to-any-file: .github/**/*
|
|
area/scripts:
|
|
- changed-files:
|
|
- any-glob-to-any-file: scripts/**/*
|
|
area/mscp_api:
|
|
- changed-files:
|
|
- any-glob-to-any-file: src/mscp/**/*
|