Bump github.com/rs/zerolog from 1.26.1 to 1.32.0 #79
Travis CI / Travis CI - Pull Request
succeeded
Feb 21, 2024 in 3m 0s
Build Passed
The build passed. This is a change from the previous build, which errored.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #79 Bump github.com/rs/zerolog from 1.26.1 to 1.32.0.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in two sequential stages.
Stage 1: ewm-sim-node-tests
This stage passed.
Job | Node.js | OS | State |
---|---|---|---|
14.15.0 | Linux | passed |
Stage 2: scan-modules
This stage passed.
Job | Python | OS | State |
---|---|---|---|
3.7 | Linux | passed | |
3.7 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Ruby |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"git": {
"depth": 1
},
"install": [
"echo \"SKIP.\""
],
"stages": [
{
"name": "ewm-sim-node-tests"
},
{
"name": "scan-modules"
},
{
"name": "release",
"if": "tag =~ /(^v?[0-9]+(\\.[0-9]+)+)((-.*)|$)/"
}
],
"jobs": {
"include": [
{
"stage": "ewm-sim-node-tests",
"name": "ewm-sim mocha tests",
"language": "node_js",
"node_js": "14.15.0",
"install": [
"cd nodejs/ewm-sim",
"npm install"
],
"script": [
"npm run test"
],
"after_success": [
"npm run coverage"
]
},
{
"stage": "scan-modules",
"name": "WhiteSource Scans",
"language": "python",
"dist": "xenial",
"python": "3.7",
"services": [
"docker"
],
"script": [
"sh ./scripts/whitesource.sh"
]
},
{
"stage": "scan-modules",
"name": "Bandit Scans",
"language": "python",
"dist": "xenial",
"python": "3.7",
"services": [
"docker"
],
"script": [
"sh ./scripts/bandit.sh"
]
},
{
"stage": "release",
"name": "Docker Image Releases",
"language": "python",
"dist": "xenial",
"python": "3.7",
"services": [
"docker"
],
"script": [
"sh ./ci/release.sh"
]
}
]
}
}
Loading