-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.release.yml
38 lines (37 loc) · 909 Bytes
/
.release.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: codeql-extractor-iac
version: 0.4.1
default: false
locations:
- name: "Release file"
paths:
- ".release.yml"
patterns:
- '\nversion:\s*([0-9]+\.[0-9]+\.[0-9])'
- name: "Docs"
paths:
- "README.md"
patterns:
- 'advanced-security/codeql-extractor-iac@v\s*([0-9]+\.[0-9]+\.[0-9])'
- name: "CodeQL Extractor / Packs"
paths:
- "codeql-extractor.yml"
- "ql/lib/qlpack.yml"
- "ql/src/qlpack.yml"
exclude:
- ".codeql"
patterns:
- '\nversion:\s*([0-9]+\.[0-9]+\.[0-9])'
- name: "Cargo"
exclude:
- "/target/"
- "/action-template/"
- "/examples/"
paths:
- "*/Cargo.toml"
patterns:
- '\nversion\s*=\s*"([0-9]+\.[0-9]+\.[0-9])"'
- name: "Extractor Action"
paths:
- ".github/action/src/codeql.ts"
patterns:
- 'EXTRACTOR_VERSION\s*=\s*"v([0-9]+\.[0-9]+\.[0-9])";'