Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Bump Syft/Grype dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Brenno Oliveira <brenno@bsd.com.br>
  • Loading branch information
brennoo committed Sep 28, 2022
1 parent 749f67d commit c36d94b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ENV LANG=en_US.UTF-8
ENV LC_ALL=C.UTF-8

# environment variables for dependent binary versions
ENV SYFT_VERSION=v0.33.0
ENV GRYPE_VERSION=v0.27.3
ENV SYFT_VERSION=v0.57.0
ENV GRYPE_VERSION=v0.50.2
ENV PIP_VERSION=21.0.1

# setup build artifact directory
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
black
isort
pylint
pylint==v2.10.2
2 changes: 1 addition & 1 deletion scripts/ci/lint
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euvo pipefail
# Optional - only used for print_colorized
source anchore-ci/utils

hash pylint || python -m pip install -q pylint
hash pylint || python -m pip install -q pylint==v2.10.2

print_colorized INFO "Linting Anchore Engine code."; echo

Expand Down

0 comments on commit c36d94b

Please sign in to comment.