File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- main
6
6
pull_request_target :
7
- branches :
7
+ branches :
8
8
- main
9
9
10
10
jobs :
11
11
build :
12
12
runs-on : ubuntu-20.04
13
13
steps :
14
- # Set fetch-depth: 0 to fetch commit history and tags for use in version calculation
14
+ # Set fetch-depth: 0 to fetch commit history and tags for use in version calculation
15
15
- name : Check out code
16
16
17
17
with :
18
18
ref : ${{github.event.pull_request.head.ref}}
19
19
repository : ${{github.event.pull_request.head.repo.full_name}}
20
20
fetch-depth : 0
21
-
21
+
22
22
- name : create checksum file
23
23
uses : hypertrace/github-actions/checksum@main
24
24
@@ -36,10 +36,10 @@ jobs:
36
36
with :
37
37
username : ${{ secrets.DOCKERHUB_READ_USER }}
38
38
password : ${{ secrets.DOCKERHUB_READ_TOKEN }}
39
-
39
+
40
40
- name : Build with Gradle
41
41
uses : hypertrace/github-actions/gradle@main
42
- with :
42
+ with :
43
43
args : build dockerBuildImages
44
44
45
45
validate-helm-charts :
58
58
snyk-scan :
59
59
runs-on : ubuntu-20.04
60
60
steps :
61
- # Set fetch-depth: 0 to fetch commit history and tags for use in version calculation
61
+ # Set fetch-depth: 0 to fetch commit history and tags for use in version calculation
62
62
- name : Check out code
63
63
64
64
with :
68
68
- name : Setup snyk
69
69
uses :
snyk/actions/[email protected]
70
70
- name : Snyk test
71
- run : snyk test --all-sub-projects --org=hypertrace --severity-threshold=low --policy-path=.snyk --configuration-matching='^runtimeClasspath$'
71
+ run : snyk test --all-sub-projects --org=hypertrace --severity-threshold=low --policy-path=.snyk
72
72
env :
73
73
SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
You can’t perform that action at this time.
0 commit comments