This commit is contained in:
@@ -16,9 +16,15 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
# fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||||
- uses: sonarsource/sonarqube-scan-action@master
|
- uses: sonarsource/sonarqube-scan-action@master
|
||||||
|
args: >
|
||||||
|
-Dsonar.projectKey=test2
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||||
|
|
||||||
|
with:
|
||||||
|
projectBaseDir: .
|
||||||
|
|
||||||
# If you wish to fail your job when the Quality Gate is red, uncomment the
|
# If you wish to fail your job when the Quality Gate is red, uncomment the
|
||||||
# following lines. This would typically be used to fail a deployment.
|
# following lines. This would typically be used to fail a deployment.
|
||||||
# - uses: sonarsource/sonarqube-quality-gate-action@master
|
# - uses: sonarsource/sonarqube-quality-gate-action@master
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
sonar.projectKey=ansible
|
sonar.projectKey=test2
|
||||||
sonar.projectName=Ansible Playbooks
|
sonar.projectName=Ansible Playbooks
|
||||||
sonar.projectVersion=1.0
|
sonar.projectVersion=1.0
|
||||||
sonar.sources=.
|
sonar.sources=.
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
name: "G-MGMT-LA-DEVADM-{{item}}"
|
name: "G-MGMT-LA-DEVADM-{{item}}"
|
||||||
domain_username: "{{admin_name}}"
|
domain_username: "{{admin_name}}"
|
||||||
domain_password: "{{admin_pass}}"
|
domain_password: "{{admin_pass}}"
|
||||||
|
password: "This is the password"
|
||||||
members:
|
members:
|
||||||
- "ADAGILITY\\{{user}}"
|
- "ADAGILITY\\{{user}}"
|
||||||
state: present
|
state: present
|
||||||
|
|||||||
Reference in New Issue
Block a user