mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-16 19:14:33 +00:00
Merge pull request #103 from tstromberg/sketchy-fetcher-refactor
sketchy fetchers: Remove trailing commas
This commit is contained in:
commit
fd2b240344
@ -126,5 +126,5 @@ WHERE
|
||||
-- These are typically curl -k calls
|
||||
AND remote_addr NOT IN (
|
||||
'releases.hashicorp.com',
|
||||
'github.com',
|
||||
'github.com'
|
||||
)
|
@ -123,5 +123,5 @@ WHERE
|
||||
-- These are typically curl -k calls
|
||||
AND remote_addr NOT IN (
|
||||
'releases.hashicorp.com',
|
||||
'github.com',
|
||||
'github.com'
|
||||
)
|
Loading…
Reference in New Issue
Block a user