Skip to content

Commit

Permalink
Addresing security vulnerabilities for 1.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Feb 21, 2022
1 parent 26d9ebe commit d73bd65
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/security_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/seldon-core-executor:1.14.0-dev
args: --fail-on=upgradable --severity-threshold=high
args: --fail-on=upgradable --severity-threshold=high --file=executor/Dockerfile.executor

security-image-operator:

Expand All @@ -70,7 +70,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/seldon-core-operator:1.14.0-dev
args: --fail-on=upgradable --severity-threshold=high
args: --fail-on=upgradable --severity-threshold=high --file=operator/Dockerfile

security-image-python-base:

Expand All @@ -82,7 +82,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/seldon-core-s2i-python37-ubi8:1.14.0-dev
args: --fail-on=upgradable --severity-threshold=high
args: --fail-on=upgradable --severity-threshold=high --file=wrappers/s2i/python/Dockerfile

security-image-python-sklearn:

Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/alibiexplainer:1.14.0-dev
args: --fail-on=upgradable --severity-threshold=high
args: --fail-on=upgradable --severity-threshold=high --file=components/alibi-explain-server/Dockerfile

security-image-alibi-detect:

Expand All @@ -142,7 +142,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/alibi-detect-server:1.14.0-dev
args: --fail-on=upgradable --severity-threshold=high
args: --fail-on=upgradable --severity-threshold=high --file=components/alibi-detect-server/Dockerfile

security-image-request-logger:

Expand All @@ -154,7 +154,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/seldon-request-logger:1.14.0-dev
args: --fail-on=upgradable --severity-threshold=high
args: --fail-on=upgradable --severity-threshold=high --file=components/seldon-request-logger/Dockerfile

security-image-initializer-rclone:

Expand All @@ -166,5 +166,5 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: seldonio/rclone-storage-initializer:1.14.0-dev
args: --fail-on=upgradable --severity-threshold=high
args: --fail-on=upgradable --severity-threshold=high --file=components/rclone-storage-initializer/Dockerfile

0 comments on commit d73bd65

Please sign in to comment.