Closed mkcomer closed 3 years ago
This PR adds functionality to pull in remote rules from urls - https.
To test this PR: go build go run main.go -c "https://raw.githubusercontent.com/get-woke/woke/main/example.yaml" --debug
To test a 404 URL: go run main.go -c "https://raw.githubusercontent.com/get-woke/woke/main/example" --debug
This PR adds functionality to pull in remote rules from urls - https.
To test this PR: go build go run main.go -c "https://raw.githubusercontent.com/get-woke/woke/main/example.yaml" --debug
To test a 404 URL: go run main.go -c "https://raw.githubusercontent.com/get-woke/woke/main/example" --debug