Skip to content

Commit

Permalink
Show donation panel in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Jun 4, 2024
1 parent e2bb884 commit 69dbdab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depscan/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,8 @@ def main():
):
console.print(
Panel(
"OWASP relies on donations to fund our projects.\nPlease donate at: https://owasp.org/donate/?reponame=www-project-dep-scan&title=OWASP+depscan",
title="Support OWASP Foundation",
"OWASP foundation relies on donations to fund our projects.\nPlease donate at: https://owasp.org/donate/?reponame=www-project-dep-scan&title=OWASP+depscan",
title="Donate to the OWASP Foundation",
expand=False,
)
)
Expand Down

0 comments on commit 69dbdab

Please sign in to comment.