Skip to content

Commit

Permalink
upload, download y docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 20, 2024
1 parent 0c69791 commit a7c89dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipelineIC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
-Dsonar.organization=devsecopsusach \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.token=$SONAR_TOKEN \
-Dsonar.branch.name=$REPO_NAME
-Dsonar.branch.name=${{ github.ref_name }}
- name: Validate Quality Gate
env:
Expand Down

0 comments on commit a7c89dd

Please sign in to comment.