Skip to content

Commit

Permalink
use syft 0.9.1 in tox migration prepare task for k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 committed Sep 19, 2024
1 parent 8ea19be commit 1ef1148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ passenv=HOME, USER, EXTERNAL_REGISTRY_USERNAME, EXTERNAL_REGISTRY_PASSWORD
deps =
requests
nbmake
syft==0.9.0
syft==0.9.1
allowlist_externals =
bash
tox
Expand All @@ -1449,7 +1449,7 @@ setenv =
CLUSTER_NAME = syft-migration-source
CLUSTER_HTTP_PORT = {env:SERVER_PORT:8080}
MIGRATION_DATA_DIR = {env:MIGRATION_DATA_DIR:{temp_dir}/migration}
LATEST_SYFT_VERSION = 0.9.0
LATEST_SYFT_VERSION = 0.9.1
commands =
bash -c "env; date; k3d version"
bash -c "k3d cluster delete ${CLUSTER_NAME} || true"
Expand Down

0 comments on commit 1ef1148

Please sign in to comment.