Skip to content

Commit

Permalink
Update circleci config for security status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir authored Feb 3, 2025
1 parent 8b461ff commit 411baee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,9 @@ jobs:
resource_class: medium
working_directory: /tmp/repos
environment:
SUCCESS_MESSAGE: 'passing'
SUCCESS_MESSAGE: 'Passing'
SUCCESS_COLOR: 'brightgreen'
FAILURE_MESSAGE: 'failing'
FAILURE_MESSAGE: 'Failing'
FAILURE_COLOR: 'FF0A0A'
SEVERITY_THRESHOLD: 'CRITICAL'
TEST_REPO_URL: '[email protected]:cBioPortal/cbioportal-test.git'
Expand Down

0 comments on commit 411baee

Please sign in to comment.