Skip to content

Commit

Permalink
Change service name in concourse pipeline to match terraform.
Browse files Browse the repository at this point in the history
This makes everything components of the same overall service
definition in the health monitoring dashboard.
  • Loading branch information
danjoneslf committed Jan 22, 2021
1 parent e8554de commit 0817d9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": null,
"lines": null
},
"generated_at": "2020-05-28T14:35:05Z",
"generated_at": "2021-01-22T16:00:56Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -60,14 +60,14 @@
"hashed_secret": "9ee8406f67b1365f321948f8caeeabf0a2de5610",
"is_secret": false,
"is_verified": false,
"line_number": 80,
"line_number": 84,
"type": "AWS Access Key"
},
{
"hashed_secret": "52a00b8461593ce33409d7c5d0411699cbf9cda3",
"is_secret": false,
"is_verified": false,
"line_number": 81,
"line_number": 85,
"type": "Secret Keyword"
}
],
Expand Down
2 changes: 1 addition & 1 deletion concourse/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resources:
pipeline: "{BUILD_PIPELINE_NAME}"
job: "{BUILD_JOB_NAME}"
build_number: "{BUILD_NAME}"
service: "Nessus Pipeline"
service: "Nessus"

- name: every-weekday-resource
type: time
Expand Down

0 comments on commit 0817d9e

Please sign in to comment.