Skip to content

Commit

Permalink
Fix UUID field to be similar to other scanners' output
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmit committed Jan 13, 2017
1 parent f5e4526 commit b70c1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomic_scanners/misc-package-updates/scanner.py
Expand Up @@ -29,7 +29,7 @@
cli_arg = sys.argv[1]

# image UUID
UUID = client.inspect_image(IMAGE_NAME)["Id"]
UUID = client.inspect_image(IMAGE_NAME)["Id"].split(':')[-1]


def binary_does_not_exist(response):
Expand Down

0 comments on commit b70c1cd

Please sign in to comment.