File tree 12 files changed +21
-22
lines changed
12 files changed +21
-22
lines changed Original file line number Diff line number Diff line change 16
16
label : Is there an existing issue for this?
17
17
description : Search to see if an issue already exists for the bug you encountered.
18
18
options :
19
- - label : I have searched the existing issues
20
- required : true
19
+ - label : I have searched the existing issues
20
+ required : true
21
21
- type : textarea
22
22
attributes :
23
23
label : Current Behavior
36
36
description : |
37
37
Version where you observed this issue
38
38
placeholder : |
39
- vX.Y.Z
39
+ vX.Y.Z
40
40
render : markdown
41
41
validations :
42
42
required : true
Original file line number Diff line number Diff line change 29
29
render : markdown
30
30
validations :
31
31
required : false
32
-
Original file line number Diff line number Diff line change 1
1
---
2
- name : ' Dependabot auto-merge'
2
+ name : " Dependabot auto-merge"
3
3
on : pull_request
4
4
5
5
permissions :
Original file line number Diff line number Diff line change 1
1
---
2
- name : ' Dependency Review'
2
+ name : " Dependency Review"
3
3
on : [pull_request]
4
4
5
5
permissions :
9
9
dependency-review :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - name : ' Checkout Repository'
12
+ - name : " Checkout Repository"
13
13
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14
- - name : ' Dependency Review'
14
+ - name : " Dependency Review"
15
15
uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
Original file line number Diff line number Diff line change 5
5
push :
6
6
pull_request :
7
7
schedule :
8
- - cron : ' 0 0 * * 0'
8
+ - cron : " 0 0 * * 0"
9
9
workflow_dispatch :
10
10
11
11
permissions : {}
Original file line number Diff line number Diff line change 5
5
push :
6
6
pull_request :
7
7
schedule :
8
- - cron : ' 0 0 * * 0'
8
+ - cron : " 0 0 * * 0"
9
9
workflow_dispatch :
10
10
11
11
permissions : {}
14
14
pull :
15
15
strategy :
16
16
matrix :
17
- platform : [' linux/amd64', ' linux/arm64' ]
17
+ platform : [" linux/amd64", " linux/arm64" ]
18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Set IMAGE
Original file line number Diff line number Diff line change 18
18
push :
19
19
pull_request :
20
20
schedule :
21
- - cron : ' 0 0 * * 0'
21
+ - cron : " 0 0 * * 0"
22
22
workflow_dispatch :
23
23
24
24
permissions : {}
64
64
VALIDATE_ALL_CODEBASE : true
65
65
LINTER_RULES_PATH : .
66
66
DEFAULT_BRANCH : main
67
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ name: OSV-Scanner
14
14
15
15
on :
16
16
pull_request :
17
- branches : [ "main" ]
17
+ branches : ["main"]
18
18
push :
19
- branches : [ "main" ]
19
+ branches : ["main"]
20
20
schedule :
21
- - cron : ' 0 0 * * 0'
21
+ - cron : " 0 0 * * 0"
22
22
workflow_dispatch :
23
23
24
24
permissions :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- - ' releases/**'
7
+ - " releases/**"
8
8
schedule :
9
- - cron : ' 0 0 * * 0'
9
+ - cron : " 0 0 * * 0"
10
10
workflow_dispatch :
11
11
12
12
permissions : read-all
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Trigger Release
4
4
on :
5
5
push :
6
6
schedule :
7
- - cron : ' 0 0 * * *'
7
+ - cron : " 0 0 * * *"
8
8
workflow_dispatch :
9
9
10
10
permissions :
Original file line number Diff line number Diff line change 1
1
{
2
2
"ignore" : [
3
- " .github/workflows/dockerimage.yml" ,
4
- " .github/workflows/dockerrelease.yml"
3
+ " .github/workflows/dockerimage.yml" ,
4
+ " .github/workflows/dockerrelease.yml"
5
5
]
6
6
}
Original file line number Diff line number Diff line change 1
1
---
2
2
version : " 3.8"
3
-
3
+
4
4
services :
5
5
sut :
6
6
build :
You can’t perform that action at this time.
0 commit comments