Skip to content

Commit 96bef0d

Browse files
Merge pull request #10188 from kikofernandez/kikofernandez/fix-crashing-workflow-if-vulnerability-found
fixes crashing workflow if vulnerability is found OTP-19763
2 parents 70c4e88 + a22f88e commit 96bef0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/scripts/otp-compliance.es

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2488,8 +2488,7 @@ read_openvex(VexPath, Branch) ->
24882488
end.
24892489

24902490
create_advisory(Advisories) ->
2491-
io:format("Missing:~n~p~n~n", [Advisories]),
2492-
throw(no_advisory_created).
2491+
io:format("Missing:~n~p~n~n", [Advisories]).
24932492

24942493
generate_gh_link(Part) ->
24952494
"\"/repos/erlang/otp/security-advisories?" ++ Part ++ "\"".

0 commit comments

Comments
 (0)