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
Using update-existing in Github reporting module does not work, it still creates a new issue for an already existing issue
allow-list:
severity: info, low, high, critical, medium
# GitHub contains configuration options for GitHub issue tracker
github:
# issue-label is the label of the created issue type
issue-label: security
# update-existing is the boolean which tells if the existing, opened issue should be updated or new one should be created
update-existing: true
# duplicate-issue-check flag to enable duplicate tracking issue check.
duplicate-issue-check: true
# username of the github accont being used
username: test-user
# token is the token for GitLab account
token: test-token
# project-name is the name/id of the project(repository)
project-name: "1234"
Expected Behavior:
Existing issues on Github should have been updated instead of a new issue being created
Nuclei version:
3.2.9
Current Behavior:
Using
update-existing
in Github reporting module does not work, it still creates a new issue for an already existing issueExpected Behavior:
Existing issues on Github should have been updated instead of a new issue being created
Steps To Reproduce:
Anything else:
#3429
projectdiscovery/nuclei-action#60
The text was updated successfully, but these errors were encountered: