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