Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/security-considerations.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Security Considerations

permissions:
pull-requests: read

on:
pull_request:
types: [opened, edited, reopened]
Expand Down
10 changes: 0 additions & 10 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ resources:
versioned_file: ((tf-state-file))
region_name: ((aws-region))

- name: common
type: s3-iam
source:
bucket: ((secrets-bucket))
versioned_file: opsuaa.yml
region_name: ((aws-region))

- name: stemcell-jammy
type: bosh-io-stemcell
source:
Expand Down Expand Up @@ -144,8 +137,6 @@ jobs:
- get: uaa-config
trigger: true
passed: [set-self]
- get: common
trigger: true
- get: terraform-yaml
- get: stemcell-jammy
trigger: true
Expand All @@ -165,7 +156,6 @@ jobs:
- uaa-customized-release/*.tgz
- secureproxy-release/*.tgz
vars_files:
- common/opsuaa.yml
- terraform-yaml/state.yml
ops_files:
- uaa-config/ops/add-bpm.yml
Expand Down