File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
run : curl -sfL https://raw.githubusercontent.com/knqyf263/cob/master/install.sh | sudo sh -s -- -b /usr/local/bin
23
23
24
24
- name : Run Benchmark
25
- run : cob --threshold 0.7 --base origin/master --bench-cmd make --bench-args test-performance
25
+ run : cob --threshold 0.7 --base origin/main --bench-cmd make --bench-args test-performance
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
pull_request :
7
7
jobs :
8
8
unittest :
Original file line number Diff line number Diff line change 2
2
Static Analysis Library for Containers
3
3
4
4
[ ![ GoDoc] ( https://godoc.org/github.com/aquasecurity/fanal?status.svg )] ( https://godoc.org/github.com/aquasecurity/fanal )
5
- [ ![ Build Status] ( https://travis-ci.org/aquasecurity/fanal.svg?branch=master )] ( https://travis-ci.org/aquasecurity/fanal )
6
- <!-- [](https://coveralls.io/github/aquasecurity/fanal?branch=master ) -->
5
+ [ ![ Build Status] ( https://travis-ci.org/aquasecurity/fanal.svg?branch=main )] ( https://travis-ci.org/aquasecurity/fanal )
6
+ <!-- [](https://coveralls.io/github/aquasecurity/fanal?branch=main ) -->
7
7
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/aquasecurity/fanal )] ( https://goreportcard.com/report/github.com/aquasecurity/fanal )
8
- [ ![ License: Apache-2.0] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/aquasecurity/fanal/blob/master /LICENSE )
8
+ [ ![ License: Apache-2.0] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/aquasecurity/fanal/blob/main /LICENSE )
9
9
10
10
## Feature
11
11
- Detect OS
You can’t perform that action at this time.
0 commit comments