diff options
author | Valery Piashchynski <[email protected]> | 2022-02-04 20:04:12 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-02-04 20:04:12 +0300 |
commit | 00292f298177c20742e8f40aab735e131d808bf4 (patch) | |
tree | 1484ed5a112954b3e433148f3c3eb0aeaa99df75 /.github/workflows/tests.yml | |
parent | 94eec5f9c80850abd936baf58e04e8168edf44ae (diff) |
grype seems to be unmaintained
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows/tests.yml')
-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 |