From 3c3c4b42cb61f8f0fc74ecaadb374f6434955a23 Mon Sep 17 00:00:00 2001 From: Brett Earley Date: Tue, 5 Dec 2023 17:18:29 -0500 Subject: [PATCH] Updating security workflows. --- .github/workflows/gosec.yml | 3 ++- .github/workflows/nancy.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index ab70636..8500daf 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -7,4 +7,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: ynniss/golang-security-action@master \ No newline at end of file + - uses: ynniss/golang-security-action@master + continue-on-error: true \ No newline at end of file diff --git a/.github/workflows/nancy.yml b/.github/workflows/nancy.yml index 66d292e..5381b86 100644 --- a/.github/workflows/nancy.yml +++ b/.github/workflows/nancy.yml @@ -17,4 +17,5 @@ jobs: run: go list -json -m all > go.list - name: Nancy - uses: sonatype-nexus-community/nancy-github-action@main \ No newline at end of file + uses: sonatype-nexus-community/nancy-github-action@main + continue-on-error: true \ No newline at end of file