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

Error: Error writing the report config file: EISDIR: illegal operation on a directory #89

Closed
aminvakil opened this issue Jul 24, 2024 · 4 comments · Fixed by #90
Closed
Assignees
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed.

Comments

@aminvakil
Copy link
Contributor

This config does not work and breaks with this error:

      - name: Nuclei Scan
        uses: projectdiscovery/nuclei-action@main
        with:
          urls: output/active_urls.txt
          output: output/nuclei_output.txt
          flags: "-exclude-id http-missing-security-headers"
Error: Error writing the report config file: EISDIR: illegal operation on a directory, open '/home/runner/work/pd-actions/pd-actions'

Unfortunately repository is private and I cannot share url to GHA.

I don't use it daily, but last time it worked was three months ago.

@RamanaReddy0M RamanaReddy0M self-assigned this Jul 25, 2024
@pritchyspritch
Copy link

pritchyspritch commented Jul 25, 2024

I have the same issue on a brand new workflow I've created: https://github.com/pritchyspritch/dast-automation/actions/runs/10092703820/job/27906896586

@RamanaReddy0M RamanaReddy0M linked a pull request Jul 25, 2024 that will close this issue
@ehsandeep ehsandeep added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Jul 25, 2024
@RamanaReddy0M
Copy link
Contributor

@aminvakil @pritchyspritch this fixed with #90.
try re-running the jobs now.

@pritchyspritch
Copy link

@RamanaReddy0M Yeah that fixed it, thanks for the quick turnaround 👍🏻

@aminvakil
Copy link
Contributor Author

@RamanaReddy0M Yes, has got fixed, thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants