diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0f2296a5..e4991b91 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -137,7 +137,7 @@ jobs: docker-image: name: Build docker image - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: [ golangci-lint, go-test ] steps: - name: Check out code @@ -148,10 +148,3 @@ jobs: - name: Try to execute run: docker run --rm rr:local -v - - - name: Scan image - uses: anchore/scan-action@v3 # action page: <https://github.com/anchore/scan-action> - with: - image: rr:local - fail-build: true - severity-cutoff: low # negligible, low, medium, high or critical |