You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I would like to know if you have an idea why are failing the github actions for SAST scan in your repo.
The error is:
Authenticating
java.io.IOException: Unexpected code Response{protocol=h2, code=401, message=, url=***/oauth/token}
at com.fortify.fod.fodapi.FodApi.authenticate(FodApi.java:98)
Authenticated
at com.fortify.fod.Main.main(Main.java:110)
I have tried a similar github action in my repo with the same results.
Hello,
I would like to know if you have an idea why are failing the github actions for SAST scan in your repo.
The error is:
Authenticating
java.io.IOException: Unexpected code Response{protocol=h2, code=401, message=, url=***/oauth/token}
at com.fortify.fod.fodapi.FodApi.authenticate(FodApi.java:98)
Authenticated
at com.fortify.fod.Main.main(Main.java:110)
I have tried a similar github action in my repo with the same results.