mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Snyk Report is not preventing duplicates
Closes #29699 Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
This commit is contained in:
2
.github/scripts/snyk-report.sh
vendored
2
.github/scripts/snyk-report.sh
vendored
@@ -43,7 +43,7 @@ parse_and_print_vulnerabilities() {
|
||||
local description=$(echo "$vulnerability" | jq -r '.description // "N/A"')
|
||||
|
||||
printf -v body "%s\n%s\n%s\n%s" "$title" "$module" "$from_path" "$description"
|
||||
if ! check_github_issue_exists "$title"; then
|
||||
if ! check_github_issue_exists "$cve_title"; then
|
||||
create_github_issue "$title" "$body"
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user