Skip to content

Commit a68d493

Browse files
authored
Merge pull request #396 from jjnicola/circleci
Update gvm-libs branch in .circleci config file and badges (openvas-7.0)
2 parents 65d9d56 + 00c1036 commit a68d493

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run:
1616
working_directory: ~/gvm-libs
1717
name: Checkout gvm-libs
18-
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git
18+
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git -b gvm-libs-11.0
1919
- run:
2020
working_directory: ~/gvm-libs
2121
name: Configure and compile gvm-libs (Release)
@@ -31,7 +31,7 @@ jobs:
3131
- run:
3232
working_directory: ~/gvm-libs
3333
name: Checkout gvm-libs
34-
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git
34+
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git -b gvm-libs-11.0
3535
- run:
3636
working_directory: ~/gvm-libs
3737
name: Configure and compile gvm-libs
@@ -47,7 +47,7 @@ jobs:
4747
- run:
4848
working_directory: ~/gvm-libs
4949
name: Checkout gvm-libs
50-
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git
50+
command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git -b gvm-libs-11.0
5151
- run:
5252
working_directory: ~/gvm-libs
5353
name: Configure and compile gvm-libs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![GitHub releases](https://img.shields.io/github/release/greenbone/openvas.svg)](https://github.com/greenbone/openvas/releases)
66
[![Code Documentation Coverage](https://img.shields.io/codecov/c/github/greenbone/openvas.svg?label=Doc%20Coverage&logo=codecov)](https://codecov.io/gh/greenbone/openvas)
7-
[![CircleCI](https://circleci.com/gh/greenbone/openvas/tree/master.svg?style=svg)](https://circleci.com/gh/greenbone/openvas/tree/master)
7+
[![CircleCI](https://circleci.com/gh/greenbone/openvas/tree/openvas-7.0.svg?style=svg)](https://circleci.com/gh/greenbone/openvas/tree/openvas-7.0)
88

99
This is the Open Vulnerability Assessment Scanner (OpenVAS) of the
1010
Greenbone Vulnerability Management (GVM) Solution.

0 commit comments

Comments
 (0)