File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 paths :
77 - ' internal/**'
88 - ' cmd/**'
9- - ' vendor/**'
109 - ' go.*'
11- - ' .github/**'
1210 - ' test/**'
1311 - ' .github/workflows/test.yaml'
12+ - ' .github/workflows/_reusable-build.yaml'
1413 pull_request :
1514
1615env :
@@ -31,11 +30,10 @@ jobs:
3130 go:
3231 - 'internal/**'
3332 - 'cmd/**'
34- - 'vendor/**'
3533 - 'go.*'
36- - '.github/**'
3734 - 'test/**'
3835 - '.github/workflows/test.yaml'
36+ - '.github/workflows/_reusable-build.yaml'
3937
4038 - if : steps.filter.outputs.go == 'true'
4139 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
Original file line number Diff line number Diff line change 6464 uses : github/codeql-action/upload-sarif@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3.36.2
6565 with :
6666 sarif_file : ' trivy-fs-results.sarif'
67+ category : trivy-fs
6768
6869 - if : github.event_name == 'schedule'
6970 name : Run Trivy vulnerability scanner (image)
8081 uses : github/codeql-action/upload-sarif@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3.36.2
8182 with :
8283 sarif_file : ' trivy-image-results.sarif'
84+ category : trivy-image
You can’t perform that action at this time.
0 commit comments