-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathrelease-layout.yml
More file actions
29 lines (28 loc) · 1.06 KB
/
release-layout.yml
File metadata and controls
29 lines (28 loc) · 1.06 KB
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
version: 0.1.0
layout:
certification_kit.zip:
- workflow-log:
name: ".*"
- workflow-artifact:
not-name: "Code Scanning Query Pack Generation"
code-scanning-cpp-query-pack.zip:
- workflow-artifact:
name: "Code Scanning Query Pack Generation"
artifact: code-scanning-cpp-query-pack.zip
coding-standards-codeql-packs.zip:
- workflow-artifact:
name: "Code Scanning Query Pack Generation"
artifact: coding-standards-codeql-packs
supported_rules_list.csv:
- shell: |
python ${{ coding-standards.root }}/scripts/release/create_supported_rules_list.py --csv > supported_rules_list.csv
supported_rules_list.md:
- shell: |
python ${{ coding-standards.root }}/scripts/release/create_supported_rules_list.py > supported_rules_list.md
user_manual.md:
- file: docs/user_manual.md
checksums.txt:
- shell: |
sha256sum ${{ layout.root }}/* > checksums.txt
# Remove the layout root from the paths in checksums.txt
sed -i -e "s|${{ layout.root }}/||g" checksums.txt