Skip to content

Commit

Permalink
Make Debricked scan references more explicit
Browse files Browse the repository at this point in the history
Signed-off-by: CarlTern <[email protected]>
  • Loading branch information
CarlTern committed Oct 3, 2023
1 parent 69d7ebc commit 5fc8e5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/templates/Azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jobs:
- job: debricked
- job: debricked_scan
displayName: Debricked scan
pool:
vmImage: 'ubuntu-latest'
Expand Down
4 changes: 2 additions & 2 deletions examples/templates/Bitbucket/bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:

definitions:
pipelines:
Debricked: &Debricked
debricked-scan: &debricked-scan
- step:
name: "Debricked Scan"
script:
Expand All @@ -16,4 +16,4 @@ definitions:

pipelines:
default:
- <<: *Debricked
- <<: *debricked-scan

0 comments on commit 5fc8e5f

Please sign in to comment.