Skip to content

Commit

Permalink
int64
Browse files Browse the repository at this point in the history
  • Loading branch information
bararchy committed Dec 28, 2023
1 parent 22dbd0f commit 2f79214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sec_tester/scan.cr
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module SecTester
getter issues
getter entry_points : Atomic(Int32) = Atomic.new(0)
getter total_params : Atomic(Int32) = Atomic.new(0)
getter total_requests : Atomic(Int64) = Atomic.new(0)
getter total_requests : Atomic(Int64) = Atomic.new(0_i64)
getter scan_status : String = ""
getter base_url : String = ENV["CLUSTER_URL"]? || "https://app.brightsec.com"

Expand Down

0 comments on commit 2f79214

Please sign in to comment.