Skip to content

Commit

Permalink
Merge pull request #63 from alphagov/associate-pipeline-with-terrafor…
Browse files Browse the repository at this point in the history
…m-service

Change service name in concourse pipeline to match terraform.
  • Loading branch information
danjoneslf authored Jan 22, 2021
2 parents e8554de + 0817d9e commit 775bfd3
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 775bfd3

Please sign in to comment.