Skip to content

Commit

Permalink
Fixing dependency track status update when all good relates to Mixewa…
Browse files Browse the repository at this point in the history
…yHub#42
  • Loading branch information
siewer committed Mar 14, 2024
1 parent f8f8faf commit b775e7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ public boolean initialize(Scanner scanner) throws Exception {
"/api/version", HttpMethod.GET, entity, String.class);
if (response.getStatusCode() == HttpStatus.OK) {
scanner.setStatus(true);
scannerRepository.save(scanner);
return true;
}
else {
Expand Down
File renamed without changes.

0 comments on commit b775e7f

Please sign in to comment.