File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 7
7
branches : [ main, v3.x ]
8
8
9
9
jobs :
10
+ tartufo :
11
+ name : Run Tartufo
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+ - uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
15
+ name : Checkout the repo
16
+ - uses : godaddy/tartufo-action@8803be6cd9531f4f9e57136e141658bc2ccf188e
17
+ name : Run Tartufo
10
18
unit-test :
11
19
name : Unit Tests
20
+ needs : [ tartufo ]
12
21
strategy :
13
22
fail-fast : false
14
23
matrix :
61
70
linting :
62
71
name : Linting
63
72
runs-on : ubuntu-latest
73
+ needs : [ tartufo ]
64
74
strategy :
65
75
fail-fast : false
66
76
matrix :
91
101
docker :
92
102
name : Build Docker Image
93
103
runs-on : ubuntu-latest
104
+ needs : [ tartufo ]
94
105
steps :
95
106
- uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
96
107
name : Checkout the repo
You can’t perform that action at this time.
0 commit comments