Skip to content

Commit

Permalink
Adjusted the markers to reflect a changed by the DevSecOps - Aquia team
Browse files Browse the repository at this point in the history
  • Loading branch information
emvaldes committed Oct 22, 2024
1 parent 828661a commit 5af3c9c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy-backend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ runs:
if: inputs.checksum-validation == 'true'

uses: JosiahSiegel/checksum-validate-action@ebdf8c12c00912d18de93c483b935d51582f9236
## eduardo.valdes@aquia.io (Replace) uses: ./.github/actions/checksum-validate-action
## DevSecOps - Aquia (Replace) uses: ./.github/actions/checksum-validate-action

with:
key: backend
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/vpn-azure/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
shell: bash

- uses: josiahsiegel/action-connect-ovpn@794339aff94452216c97f609476c367a43a31295
## eduardo.valdes@aquia.io (Replace) - uses: ./.github/actions/action-connect-ovpn
## DevSecOps - Aquia (Replace) - uses: ./.github/actions/action-connect-ovpn

if: inputs.env-name && inputs.ca-cert != 'false'
id: connect_vpn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/alert_terraform_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Collect Terraform stats

uses: josiahsiegel/terraform-stats@68b8cbe42c494333fbf6f8d90ac86da1fb69dcc2
## eduardo.valdes@aquia.io (Replace) - uses: ./.github/actions/terraform-stats
## DevSecOps - Aquia (Replace) - uses: ./.github/actions/terraform-stats

id: stats1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Collect Terraform stats

uses: josiahsiegel/terraform-stats@68b8cbe42c494333fbf6f8d90ac86da1fb69dcc2
## eduardo.valdes@aquia.io (Replace) - uses: ./.github/actions/terraform-stats
## DevSecOps - Aquia (Replace) - uses: ./.github/actions/terraform-stats

id: stats1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/log_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Workflow Housekeeper - workflows NOT in default branch

uses: JosiahSiegel/workflow-housekeeper@731cc20bb613208b34efb6ac74aab4ba147abb50
## eduardo.valdes@aquia.io (Replace) - uses: ./.github/actions/workflow-housekeeper
## DevSecOps - Aquia (Replace) - uses: ./.github/actions/workflow-housekeeper

env:
GITHUB_TOKEN: ${{ secrets.LOG_MANAGEMENT_TOKEN }}
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Workflow Housekeeper - workflows in default branch

uses: JosiahSiegel/workflow-housekeeper@731cc20bb613208b34efb6ac74aab4ba147abb50
## eduardo.valdes@aquia.io (Replace) - uses: ./.github/actions/workflow-housekeeper
## DevSecOps - Aquia (Replace) - uses: ./.github/actions/workflow-housekeeper

env:
GITHUB_TOKEN: ${{ secrets.LOG_MANAGEMENT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prepare_deployment_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: "Create branch '${{ env.BRANCH_NAME }}' to contain the changes for the deployment on ${{ env.DEPLOYMENT_DATE }}"

uses: JosiahSiegel/remote-branch-action@dbe7a2138eb064fbfdb980abee918091a7501fbe
## eduardo.valdes@aquia.io (Replace) - uses: ./.github/actions/remote-branch-action
## DevSecOps - Aquia (Replace) - uses: ./.github/actions/remote-branch-action

with:
branch: "${{ env.BRANCH_NAME }}"
Expand All @@ -38,7 +38,7 @@ jobs:
id: pr

uses: JosiahSiegel/reliable-pull-request-action@ae8d0c88126329ee363a35392793d0bc94cb82e7
## eduardo.valdes@aquia.io (Replace) - uses: ./.github/actions/reliable-pull-request-action
## DevSecOps - Aquia (Replace) - uses: ./.github/actions/reliable-pull-request-action

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_to_azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
if: needs.pre_job.outputs.has_router_change == 'true' && env.checksum_validation == 'true'

uses: JosiahSiegel/checksum-validate-action@ebdf8c12c00912d18de93c483b935d51582f9236
## eduardo.valdes@aquia.io (Replace) - uses: ./.github/actions/checksum-validate-action
## DevSecOps - Aquia (Replace) - uses: ./.github/actions/checksum-validate-action

with:
key: backend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan_action_logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Scan run logs

uses: josiahsiegel/runleaks@4dd30d107c03b6ade87978e10c94a77015e488f9
## eduardo.valdes@aquia.io (Replace) - uses: ./.github/actions/runleaks
## DevSecOps - Aquia (Replace) - uses: ./.github/actions/runleaks

id: scan
with:
Expand Down

0 comments on commit 5af3c9c

Please sign in to comment.