Skip to content

Commit

Permalink
Merge pull request #230 from thc202/rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored Sep 24, 2024
2 parents 5569063 + a38b7f6 commit b11f716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ const actionCommon = {
if (create_new_issue) {
const msg =
actionHelper.createMessage(currentReport.site, runnerInfo, runnerLink) +
"\n\n---\nZAP is supported by the [Crash Override Open Source Fellowship](https://crashoverride.com/?zap=act)";
"\n\n---\n[ZAP by Checkmarx](https://checkmarx.com/)";
const newIssue = await octokit.request(
"POST /repos/{owner}/{repo}/issues",
{
Expand Down

0 comments on commit b11f716

Please sign in to comment.