From 8c664dd00701ef384596180a10045b8e6b4f94a4 Mon Sep 17 00:00:00 2001 From: James Wells Date: Fri, 27 Dec 2024 16:09:19 -0800 Subject: [PATCH] Moving gosec install to here instead of the tool image. --- .forgejo/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 3a063af..555242f 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -15,7 +15,8 @@ jobs: container: image: dragonheim/golang:latest steps: - - run: apk add --no-cache zeromq-dev nodejs npm + - run: apk add --no-cache curl gpg zeromq-dev nodejs npm + - run: curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s - uses: actions/checkout@v4 - uses: actions/cache@v4