Skip to content

feat: fix deploy ecs uat script #22

feat: fix deploy ecs uat script

feat: fix deploy ecs uat script #22

name: Deploy Virus Scanner GuardDuty to new OGP AWS production account
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
permissions:
id-token: write
contents: read
on:
push:
branches:
- uat
jobs:
deploy-scanner-guardduty:
name: Deploy Scanner Guardduty
uses: ./.github/workflows/aws-deploy-scanner-guardduty-iac.yml

Check failure on line 19 in .github/workflows/deploy-virus-scanner-guardduty-uat.yml

View workflow run for this annotation

GitHub Actions / Deploy Virus Scanner GuardDuty to new OGP AWS production account

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-virus-scanner-guardduty-uat.yml (Line: 19, Col: 11): Input gha-environment is required, but not provided while calling.
with:
checkoutBranch: uat
environment: uat
provisionedConcurrency: 1
secrets:
cicd-role: ${{ secrets.UAT_AWS_CI_ROLE_TO_ASSUME }}