Skip to content

Commit

Permalink
Release 2.0.1 Fixed offline mode
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgewareRoad committed Apr 19, 2024
1 parent 94546f6 commit a67ad69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Release 2.0.
Release 2.0.1:

Fixed offline mode

Release 2.0:

Massive update...

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public void run(ApplicationArguments args) {
if (args.containsOption("offline"))
{
offlineMode = true;
return;
}

if (args.containsOption("outputFile"))
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
trivysummary.version=2.0.0
trivysummary.version=2.0.1

logging.level.root=ERROR

Expand Down

0 comments on commit a67ad69

Please sign in to comment.