summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-02-05 01:35:35 +0300
committerGitHub <[email protected]>2022-02-05 01:35:35 +0300
commitb3a4beed318afbf8bac6baaf17c055037476e767 (patch)
treebe45daca4bd69d30c5ad3b6c075b7a70e4a3967a /.github/workflows/tests.yml
parent02564530735a05b3b0eb6661f28023df1811a832 (diff)
parent4eaeb82c4e9eda76a84b02cba3744a91d03c6fa9 (diff)
[#981]: deps: update dependenciesv2.7.5
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 0f2296a5..082e3360 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
@@ -149,9 +149,8 @@ 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
+ - name: Install grype
+ run: curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin
+
+ - name: Scan Image
+ run: grype rr:local