Skip to content

Commit

Permalink
Shorten description and remove mend docker check
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioaversa committed Dec 5, 2024
1 parent 4afec88 commit 412160e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mend_task:
ec2_instance:
<<: *VM_TEMPLATE
# run only on master and long-term branches
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*")
# only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*")
env:
MEND_API_KEY: VAULT[development/kv/data/mend data.apikey]
setup_script:
Expand Down
4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: SonarQube Cloud Scan
description: >
Scan your code with SonarQube Cloud to detect coding issues in 30+
languages, frameworks, and IaC platforms.
The solution also provides fix recommendations leveraging AI with
Sonar's AI CodeFix capability. (Formerly SonarCloud)
languages. (Formerly SonarCloud)
branding:
icon: check
color: green
Expand Down

0 comments on commit 412160e

Please sign in to comment.