httpx github action go question #1904
Unanswered
jareddarkweb
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get an error when using httpx github action..
this is the error
httpx-scan
failed 11 hours ago in 9s
Search logs
2s
Current runner version: '2.319.1'
Operating System
Runner Image
Runner Image Provisioner
GITHUB_TOKEN Permissions
Secret source: Actions
Prepare workflow directory
Prepare all required actions
Getting action download info
Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
Download action repository 'actions/setup-go@v3' (SHA:xxx87c207a568)
Download action repository 'projectdiscovery/httpx-action@main' (SHA:dbxxxfbe8b305b9a532b22635b)
Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40xxx8e7aafc9c2fa2)
Complete job name: httpx-scan
0s
4s
0s
Run projectdiscovery/httpx-action@main
Run [ ! -x /home/runner/go/bin/httpx ] && go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest
can't load package: package github.com/projectdiscovery/httpx/cmd/httpx@latest: cannot find package "github.com/projectdiscovery/httpx/cmd/httpx@latest" in any of:
/opt/hostedtoolcache/go/1.2.2/x64/src/pkg/github.com/projectdiscovery/httpx/cmd/httpx@latest (from $GOROOT)
($GOPATH not set)
Error: Process completed with exit code 1.
0s
0s
0s
IS this a problem on httpx end? i am but confused how to fix it , and would love to httpx with github actions
Beta Was this translation helpful? Give feedback.
All reactions