Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

owasp scanning issues #25

Open
mos9mu opened this issue Feb 23, 2024 · 0 comments
Open

owasp scanning issues #25

mos9mu opened this issue Feb 23, 2024 · 0 comments

Comments

@mos9mu
Copy link

mos9mu commented Feb 23, 2024

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

image
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
image

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:-

  • uses: DependencyTrack/[email protected]
    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:-
image

this is the plugin that we use in pom.xml file:-
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant