File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed
Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 branches :
66 - develop
7+ - dev-[0-9]+.[0-9]+.[0-9]+
78 push :
89 branches :
910 - develop
1011 tags :
1112 - v*
13+ workflow_dispatch :
1214
1315jobs :
1416 cloc :
Original file line number Diff line number Diff line change 1717 - " deployment/postgres-init-db/sql/**"
1818 branches :
1919 - develop
20+ - dev-[0-9]+.[0-9]+.[0-9]+
2021 tags :
2122 - v*
2223 workflow_dispatch :
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - develop
7+ - dev-[0-9]+.[0-9]+.[0-9]+
78 tags :
89 - v*
10+ workflow_dispatch :
911
1012env :
1113 REGISTRY : ghcr.io
@@ -137,19 +139,19 @@ jobs:
137139 with :
138140 image-ref : ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ matrix.image }}:develop
139141 ignore-unfixed : true
140- exit-code : ' 1 '
141- severity : ' CRITICAL'
142- format : ' template'
142+ exit-code : " 1 "
143+ severity : " CRITICAL"
144+ format : " template"
143145 template : " @/contrib/html.tpl"
144146 scanners : " vuln"
145- output : ' ${{ matrix.image }}-results.html'
147+ output : " ${{ matrix.image }}-results.html"
146148
147149 - name : Upload ${{ matrix.image }} scan results
148150 if : always()
149151 uses : actions/upload-artifact@v3
150152 with :
151153 name : Vuln Scan Results
152- path : ' ${{ matrix.image }}-results.html'
154+ path : " ${{ matrix.image }}-results.html"
153155
154156 publish :
155157 name : gradle publish
Original file line number Diff line number Diff line change 44 pull_request :
55 branches :
66 - develop
7+ - dev-[0-9]+.[0-9]+.[0-9]+
78 push :
89 branches :
910 - develop
1011 tags :
1112 - v*
13+ workflow_dispatch :
1214
1315jobs :
1416 analyze :
Original file line number Diff line number Diff line change 44 pull_request :
55 branches :
66 - develop
7+ - dev-[0-9]+.[0-9]+.[0-9]+
78 push :
89 branches :
910 - develop
1011 tags :
1112 - v*
13+ workflow_dispatch :
1214
1315env :
1416 AERIE_USERNAME : " ${{secrets.AERIE_USERNAME}}"
You can’t perform that action at this time.
0 commit comments