Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kam193/assemblyline-services
Browse files Browse the repository at this point in the history
  • Loading branch information
kam193 committed Feb 10, 2025
2 parents c77a8c4 + 5abec76 commit 9e3a126
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion remoteav/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4
5
1 change: 0 additions & 1 deletion remoteav/service/al_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def execute(self, request: ServiceRequest) -> None:
return

main_section = ResultTextSection(f"Scanning with {av_result['av_info']}")
result.add_section(main_section)

main_section.add_line(f"A threat was detected: {av_result['av_result']}")
main_section.add_tag("av.virus_name", av_result["av_result"])
Expand Down

0 comments on commit 9e3a126

Please sign in to comment.