diff --git a/examples/templates/Azure/azure-pipelines.yml b/examples/templates/Azure/azure-pipelines.yml index b473850a..37b38843 100644 --- a/examples/templates/Azure/azure-pipelines.yml +++ b/examples/templates/Azure/azure-pipelines.yml @@ -1,5 +1,5 @@ jobs: -- job: debricked +- job: debricked_scan displayName: Debricked scan pool: vmImage: 'ubuntu-latest' diff --git a/examples/templates/Bitbucket/bitbucket-pipelines.yml b/examples/templates/Bitbucket/bitbucket-pipelines.yml index 26dd6fc3..0b9f24cb 100644 --- a/examples/templates/Bitbucket/bitbucket-pipelines.yml +++ b/examples/templates/Bitbucket/bitbucket-pipelines.yml @@ -5,7 +5,7 @@ image: definitions: pipelines: - Debricked: &Debricked + debricked-scan: &debricked-scan - step: name: "Debricked Scan" script: @@ -16,4 +16,4 @@ definitions: pipelines: default: - - <<: *Debricked + - <<: *debricked-scan