mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 15:17:50 +00:00
update(ci): update aws pipeline jobs
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
parent
e68bb3be7d
commit
fc35c02015
@ -45,7 +45,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_SECRET }}
|
password: ${{ secrets.DOCKERHUB_SECRET }}
|
||||||
|
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v2
|
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
|
||||||
with:
|
with:
|
||||||
role-to-assume: "arn:aws:iam::292999226676:role/github_actions-falco-ecr"
|
role-to-assume: "arn:aws:iam::292999226676:role/github_actions-falco-ecr"
|
||||||
aws-region: us-east-1 # The region must be set to us-east-1 in order to access ECR Public.
|
aws-region: us-east-1 # The region must be set to us-east-1 in order to access ECR Public.
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
|||||||
# Configure AWS role; see https://github.com/falcosecurity/test-infra/pull/1102
|
# Configure AWS role; see https://github.com/falcosecurity/test-infra/pull/1102
|
||||||
# Note: master CI can only push dev packages as we have 2 different roles for master and release.
|
# Note: master CI can only push dev packages as we have 2 different roles for master and release.
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v2 # TODO needs to be updated
|
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
|
||||||
with:
|
with:
|
||||||
role-to-assume: "arn:aws:iam::292999226676:role/github_actions-falco${{ inputs.bucket_suffix }}-s3"
|
role-to-assume: "arn:aws:iam::292999226676:role/github_actions-falco${{ inputs.bucket_suffix }}-s3"
|
||||||
aws-region: ${{ env.AWS_S3_REGION }}
|
aws-region: ${{ env.AWS_S3_REGION }}
|
||||||
@ -109,7 +109,7 @@ jobs:
|
|||||||
# Configure AWS role; see https://github.com/falcosecurity/test-infra/pull/1102
|
# Configure AWS role; see https://github.com/falcosecurity/test-infra/pull/1102
|
||||||
# Note: master CI can only push dev packages as we have 2 different roles for master and release.
|
# Note: master CI can only push dev packages as we have 2 different roles for master and release.
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v2
|
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
|
||||||
with:
|
with:
|
||||||
role-to-assume: "arn:aws:iam::292999226676:role/github_actions-falco${{ inputs.bucket_suffix }}-s3"
|
role-to-assume: "arn:aws:iam::292999226676:role/github_actions-falco${{ inputs.bucket_suffix }}-s3"
|
||||||
aws-region: ${{ env.AWS_S3_REGION }}
|
aws-region: ${{ env.AWS_S3_REGION }}
|
||||||
|
Loading…
Reference in New Issue
Block a user