mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-03 16:45:17 +03:00
Merge branch '3.1' into base-configs-3.0
This commit is contained in:
commit
7dcb49fe45
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
@ -4,11 +4,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 3.0
|
||||
- 3.1
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- 3.0
|
||||
- 3.1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
41
.whitesource
41
.whitesource
@ -2,13 +2,44 @@
|
||||
"scanSettings": {
|
||||
"configMode": "AUTO",
|
||||
"configExternalURL": "",
|
||||
"projectToken" : "",
|
||||
"baseBranches": ["master", "2.2", "3.0"]
|
||||
"projectToken": "",
|
||||
"baseBranches": []
|
||||
},
|
||||
"scanSettingsSAST": {
|
||||
"enableScan": false,
|
||||
"scanPullRequests": false,
|
||||
"incrementalScan": true,
|
||||
"baseBranches": [],
|
||||
"snippetSize": 10
|
||||
},
|
||||
"checkRunSettings": {
|
||||
"vulnerableCheckRunConclusionLevel": "failure"
|
||||
"vulnerableCheckRunConclusionLevel": "failure",
|
||||
"displayMode": "diff",
|
||||
"useMendCheckNames": true
|
||||
},
|
||||
"checkRunSettingsSAST": {
|
||||
"checkRunConclusionLevel": "failure",
|
||||
"severityThreshold": "high"
|
||||
},
|
||||
"issueSettings": {
|
||||
"minSeverityLevel": "LOW"
|
||||
}
|
||||
"minSeverityLevel": "LOW",
|
||||
"issueType": "DEPENDENCY"
|
||||
},
|
||||
"issueSettingsSAST": {
|
||||
"minSeverityLevel": "high",
|
||||
"issueType": "repo"
|
||||
},
|
||||
"remediateSettings": {
|
||||
"workflowRules": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"imageSettings":{
|
||||
"imageTracing":{
|
||||
"enableImageTracingPR": false,
|
||||
"addRepositoryCoordinate": false,
|
||||
"addDockerfilePath": false,
|
||||
"addMendIdentifier": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -31,7 +31,7 @@ RUN add-apt-repository ppa:gns3/ppa && apt update && DEBIAN_FRONTEND=noninteract
|
||||
|
||||
COPY . /gns3server
|
||||
|
||||
RUN mkdir -p ~/.config/GNS3/3.0/
|
||||
RUN cp scripts/gns3_server.conf ~/.config/GNS3/3.0/
|
||||
RUN mkdir -p ~/.config/GNS3/3.1/
|
||||
RUN cp scripts/gns3_server.conf ~/.config/GNS3/3.1/
|
||||
|
||||
RUN python3 -m pip install --break-system-packages --ignore-installed .
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# GNS3 server repository
|
||||
|
||||
[](https://github.com/psf/black)
|
||||
[](https://github.com/GNS3/gns3-server/actions?query=workflow%3Atesting+branch%3A3.0)
|
||||
[](https://github.com/GNS3/gns3-server/actions?query=workflow%3Atesting+branch%3A3.0)
|
||||
[](https://pypi.python.org/pypi/gns3-server)
|
||||
[](https://snyk.io/test/github/GNS3/gns3-server)
|
||||
|
||||
@ -127,7 +127,7 @@ These commands will install the server with core Python dependencies:
|
||||
```shell
|
||||
git clone https://github.com/GNS3/gns3-server
|
||||
cd gns3-server
|
||||
git checkout 3.0
|
||||
git checkout 3.1
|
||||
python3 -m venv venv-gns3server
|
||||
source venv-gns3server/bin/activate
|
||||
python3 -m pip install .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user