From b56ef7c2175cc3d170aa80c5e31ec115448f1569 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 8 Dec 2022 19:16:51 +0200 Subject: [PATCH 1/3] build: harden build_docker.yml permissions Signed-off-by: Alex --- .github/workflows/build_docker.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build_docker.yml b/.github/workflows/build_docker.yml index 1e7c148a2d..0cf2441838 100644 --- a/.github/workflows/build_docker.yml +++ b/.github/workflows/build_docker.yml @@ -10,8 +10,14 @@ on: types: - published +permissions: {} + jobs: build: + permissions: + contents: read # to fetch code (actions/checkout) + packages: write # to push docker image + name: Build image runs-on: ubuntu-latest steps: From ed811b76d23af6e0d072b96442047a1d297aabdd Mon Sep 17 00:00:00 2001 From: meetagrawal09 Date: Mon, 19 Dec 2022 21:13:02 +0530 Subject: [PATCH 2/3] resolved go-path issue Signed-off-by: meetagrawal09 --- scripts/install/workers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/workers.sh b/scripts/install/workers.sh index bee8dd8a46..6a7c95f48f 100755 --- a/scripts/install/workers.sh +++ b/scripts/install/workers.sh @@ -39,7 +39,7 @@ do done -if [ -f "/usr/local/bin/go" ] || [ -f "/usr/bin/go" ] || [ -f "/snap/bin/go" ]; then +if [ -f "/usr/local/go/bin/go" ] || [ -f "/usr/local/bin/go" ] || [ -f "/usr/bin/go" ] || [ -f "/snap/bin/go" ]; then echo "found go!" else echo "Installing go!" From 78394357171b3903f2250771ca3e8af8f6df722a Mon Sep 17 00:00:00 2001 From: "Sean P. Goggins" Date: Sat, 24 Dec 2022 16:12:29 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ded8abc768..74070da6aa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Augur NEW Release v0.43.5 +# Augur NEW Release v0.43.7 [![first-timers-only](https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square)](https://www.firsttimersonly.com/) We follow the [First Timers Only](https://www.firsttimersonly.com/) philosophy of tagging issues for first timers only, and walking one newcomer through the resolution process weekly. [You can find these issues tagged with "first timers only" on our issues list.](https://github.com/chaoss/augur/labels/first-timers-only). [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) [![Build Docker images](https://github.com/chaoss/augur/actions/workflows/build_docker.yml/badge.svg)](https://github.com/chaoss/augur/actions/workflows/build_docker.yml) [![Hits-of-Code](https://hitsofcode.com/github/chaoss/augur?branch=main)](https://hitsofcode.com/github/chaoss/augur/view?branch=main) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2788/badge)](https://bestpractices.coreinfrastructure.org/projects/2788) @@ -6,7 +6,7 @@ ## NEW RELEASE ALERT! [If you want to jump right in, updated docker build/compose and bare metal installation instructions are available here](docs/new-install.md) -Augur is now releasing a dramatically improved new version to the main branch. It is also available here: https://github.com/chaoss/augur/releases/tag/v0.43.5 +Augur is now releasing a dramatically improved new version to the main branch. It is also available here: https://github.com/chaoss/augur/releases/tag/v0.43.7 - The `main` branch is a stable version of our new architecture, which features: - Dramatic improvement in the speed of large scale data collection (10,000+ repos). All data is obtained for 10k+ repos within a week - A new job management architecture that uses Celery and Redis to manage queues, and enables users to run a Flower job monitoring dashboard