Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
chore: Switch to main branch (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak authored Dec 17, 2020
1 parent 538ef0d commit a7cebe3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
Expand All @@ -20,5 +20,5 @@ jobs:
- name: Release snapshot
uses: goreleaser/goreleaser-action@v2
with:
verson: v0.145.0
verson: v0.148.0
args: release --snapshot --skip-publish --rm-dist
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Release
uses: goreleaser/goreleaser-action@v2
with:
version: v0.145.0
version: v0.148.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ This repository is available under the [Apache License 2.0][license].
[release-action-img]: https://github.com/aquasecurity/starboard-octant-plugin/workflows/release/badge.svg
[actions]: https://github.com/aquasecurity/starboard-octant-plugin/actions
[license-img]: https://img.shields.io/github/license/aquasecurity/starboard-octant-plugin.svg
[license]: https://github.com/aquasecurity/starboard-octant-plugin/blob/master/LICENSE
[license]: https://github.com/aquasecurity/starboard-octant-plugin/blob/main/LICENSE
[github-all-releases-img]: https://img.shields.io/github/downloads/aquasecurity/starboard-octant-plugin/total?logo=github

[octant]: https://octant.dev/
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugin/view/configaudit/report_view.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func NewReport(workload kube.Object, configAuditReportsDefined bool, report *v1a
"> ```\n"+
"or\n"+
"> ```\n"+
"> $ kubectl apply -f https://raw.githubusercontent.com/aquasecurity/starboard/master/deploy/crd/configauditreports.crd.yaml\n"+
"> $ kubectl apply -f https://raw.githubusercontent.com/aquasecurity/starboard/main/deploy/crd/configauditreports.crd.yaml\n"+
"> ```\n"+
"\n"+
"[starboard-cli]: https://github.com/aquasecurity/starboard#starboard-cli",
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugin/view/kubebench/report_view.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func NewReport(kubeBenchReportsDefined bool, report *v1alpha1.CISKubeBenchReport
"> ```\n"+
"or\n"+
"> ```\n"+
"> $ kubectl apply -f https://raw.githubusercontent.com/aquasecurity/starboard/master/deploy/crd/ciskubebenchreports.crd.yaml\n"+
"> $ kubectl apply -f https://raw.githubusercontent.com/aquasecurity/starboard/main/deploy/crd/ciskubebenchreports.crd.yaml\n"+
"> ```\n"+
"\n"+
"[starboard-cli]: https://github.com/aquasecurity/starboard#starboard-cli",
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugin/view/kubehunter/report_view.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func NewReport(kubeHunterReportsDefined bool, report *starboard.KubeHunterReport
"> ```\n"+
"or\n"+
"> ```\n"+
"> $ kubectl apply -f https://raw.githubusercontent.com/aquasecurity/starboard/master/deploy/crd/kubehunterreports.crd.yaml\n"+
"> $ kubectl apply -f https://raw.githubusercontent.com/aquasecurity/starboard/main/deploy/crd/kubehunterreports.crd.yaml\n"+
"> ```\n"+
"\n"+
"[starboard-cli]: https://github.com/aquasecurity/starboard#starboard-cli",
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugin/view/vulnerabilities/report_view.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func NewReport(workload kube.Object, vulnerabilityReportsDefined bool, reports [
"> ```\n"+
"or\n"+
"> ```\n"+
"> $ kubectl apply -f https://raw.githubusercontent.com/aquasecurity/starboard/master/deploy/crd/vulnerabilityreports.crd.yaml\n"+
"> $ kubectl apply -f https://raw.githubusercontent.com/aquasecurity/starboard/main/deploy/crd/vulnerabilityreports.crd.yaml\n"+
"> ```\n"+
"\n"+
"[starboard-cli]: https://github.com/aquasecurity/starboard#starboard-cli",
Expand Down

0 comments on commit a7cebe3

Please sign in to comment.