Error: Error writing the report config file: EISDIR: illegal operation on a directory
aminvakil opened this issue · 4 comments
aminvakil commented
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.
pritchyspritch commented
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 commented
@aminvakil @pritchyspritch this fixed with #90.
try re-running the jobs now.
pritchyspritch commented
@RamanaReddy0M Yeah that fixed it, thanks for the quick turnaround 👍🏻
aminvakil commented
@RamanaReddy0M Yes, has got fixed, thank you very much!