File tree 6 files changed +3
-54
lines changed
6 files changed +3
-54
lines changed Original file line number Diff line number Diff line change @@ -99,27 +99,10 @@ jobs:
99
99
format : ' table'
100
100
severity : ' CRITICAL'
101
101
exit-code : ' 1'
102
- hide-progress : true
103
102
trivyignores : .github/.trivyignore
104
- output : scan-results.txt
105
103
env :
106
104
TRIVY_IGNORE_STATUS : ' will_not_fix'
107
105
108
- - name : Publish Trivy Scan Results to Summary
109
- if : always()
110
- run : |
111
- if [[ -s scan-results.txt ]]; then
112
- {
113
- echo "### Trivy Scan Results"
114
- echo "<details><summary>Click to expand</summary>"
115
- echo ""
116
- echo '```arranger-admin-server'
117
- cat scan-results.txt
118
- echo '```'
119
- echo "</details>"
120
- } >> $GITHUB_STEP_SUMMARY
121
- fi
122
-
123
106
trigger_pilot_dev_deployment :
124
107
needs : [build-and-push-admin-server-image, get-version]
125
108
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change @@ -99,27 +99,10 @@ jobs:
99
99
format : ' table'
100
100
severity : ' CRITICAL'
101
101
exit-code : ' 1'
102
- hide-progress : true
103
102
trivyignores : .github/.trivyignore
104
- output : scan-results.txt
105
103
env :
106
104
TRIVY_IGNORE_STATUS : ' will_not_fix'
107
105
108
- - name : Publish Trivy Scan Results to Summary
109
- if : always()
110
- run : |
111
- if [[ -s scan-results.txt ]]; then
112
- {
113
- echo "### Trivy Scan Results"
114
- echo "<details><summary>Click to expand</summary>"
115
- echo ""
116
- echo '```arranger-admin-ui'
117
- cat scan-results.txt
118
- echo '```'
119
- echo "</details>"
120
- } >> $GITHUB_STEP_SUMMARY
121
- fi
122
-
123
106
trigger_pilot_dev_deployment :
124
107
needs : [build-and-push-admin-ui-image, get-version]
125
108
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change @@ -99,27 +99,10 @@ jobs:
99
99
format : ' table'
100
100
severity : ' CRITICAL'
101
101
exit-code : ' 1'
102
- hide-progress : true
103
102
trivyignores : .github/.trivyignore
104
- output : scan-results.txt
105
103
env :
106
104
TRIVY_IGNORE_STATUS : ' will_not_fix'
107
105
108
- - name : Publish Trivy Scan Results to Summary
109
- if : always()
110
- run : |
111
- if [[ -s scan-results.txt ]]; then
112
- {
113
- echo "### Trivy Scan Results"
114
- echo "<details><summary>Click to expand</summary>"
115
- echo ""
116
- echo '```arranger-server-filter'
117
- cat scan-results.txt
118
- echo '```'
119
- echo "</details>"
120
- } >> $GITHUB_STEP_SUMMARY
121
- fi
122
-
123
106
trigger_pilot_dev_deployment :
124
107
needs : [build-and-push-sever-filter-image, get-version]
125
108
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arranger/admin-ui" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"dependencies" : {
5
5
"@arranger/admin" : " ^2.19.3" ,
6
6
"@types/node" : " ^13.13.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arranger/admin" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Admin API for the Arranger server in graphql" ,
5
5
"engineStrict" : true ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " server-filter" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments