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
Even after whitelisting the GITHUB IPs ($curl https://api.github.com/meta | jq '.actions') inside the security group of the owasp tracker application that we host (on EC2 instance), we face issues while running the owasp pipeline
It says request timed out error.
Furthermore, we also tried to whitelist all IPs (0.0.0.0/0) inside the security group of the owasp tracker application, and we get error 405 code response as below
Hi team,
Even after whitelisting the GITHUB IPs ($curl https://api.github.com/meta | jq '.actions') inside the security group of the owasp tracker application that we host (on EC2 instance), we face issues while running the owasp pipeline
It says request timed out error.
Furthermore, we also tried to whitelist all IPs (0.0.0.0/0) inside the security group of the owasp tracker application, and we get error 405 code response as below
I'm not sure where the issue is coming from...
Do you know if we are missing something here?
Here is our code:-
workflow file for owasp tracking contains:-
with:
serverHostname: 'dt-xxxx-owaspdtrack.com'
protocol: 'https'
apiKey: ${{ secrets.SECRET_OWASP_DT_KEY }}
projectName: 'TestZ_java'
projectVersion: 'master'
bomFilename: "src/main/java/zeeshan/bom.xml"
autoCreate: true
this is our bom.xml file which is written manually:-
this is the plugin that we use in pom.xml file:-
The text was updated successfully, but these errors were encountered: