Skip to content

Commit

Permalink
update to use hardened images
Browse files Browse the repository at this point in the history
  • Loading branch information
dandersonsw committed Jul 5, 2024
1 parent d3a5b73 commit f213499
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
source:
aws_access_key_id: ((ecr_aws_key))
aws_secret_access_key: ((ecr_aws_secret))
repository: harden-concourse-task
repository: general-task
aws_region: us-gov-west-1
semver_constraint: ">= 1.0.0"
tag: latest
inputs:
- name: cg-diagrams-source
outputs:
Expand All @@ -32,9 +32,9 @@ jobs:
source:
aws_access_key_id: ((ecr_aws_key))
aws_secret_access_key: ((ecr_aws_secret))
repository: harden-concourse-task
repository: general-task
aws_region: us-gov-west-1
semver_constraint: ">= 1.0.0"
tag: latest
manifest: cg-diagrams-compiled/manifest.yml
path: cg-diagrams-compiled
current_app_name: diagrams
Expand Down Expand Up @@ -81,6 +81,15 @@ resources:
url: ((slack-webhook-url))

resource_types:
- name: registry-image
type: registry-image
source:
aws_access_key_id: ((ecr_aws_key))
aws_secret_access_key: ((ecr_aws_secret))
repository: registry-image-resource
aws_region: us-gov-west-1
tag: latest

- name: slack-notification
type: registry-image
source:
Expand Down

0 comments on commit f213499

Please sign in to comment.