Skip to content

Commit 4076530

Browse files
committed
fix: adapt to boil 0.2.0 CLI refactor
1 parent 76dbf69 commit 4076530

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-images

Submodule docker-images updated 75 files

stack_scanner/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def main():
395395
else:
396396
print("Using boil based configuration")
397397
result = subprocess.run(
398-
["cargo", "boil", "show", "images"],
398+
["cargo", "boil", "image", "list"],
399399
cwd="docker-images",
400400
capture_output=True,
401401
text=True,

0 commit comments

Comments
 (0)