File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -825,22 +825,18 @@ jobs:
825825 runs-on : ubuntu-latest
826826 steps :
827827 - uses : actions/checkout@v4
828-
829828 - name : Configure AWS credentials
830829 uses : aws-actions/configure-aws-credentials@v4
831830 with :
832831 aws-access-key-id : ${{ secrets.GSSA_AWS_ACCESS_KEY_ID }}
833832 aws-secret-access-key : ${{ secrets.GSSA_AWS_SECRET_ACCESS_KEY }}
834833 aws-region : us-west-2
835-
836834 - name : Login to Amazon ECR
837835 run : |
838836 aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 956110764581.dkr.ecr.us-west-2.amazonaws.com
839-
840837 - name : Pull GS Scorecard image
841838 run : |
842839 docker pull 956110764581.dkr.ecr.us-west-2.amazonaws.com/ta-automation/gs-scorecard:1.0.0
843-
844840 - name : Run GS Scorecard
845841 env :
846842 GITHUB_TOKEN : ${{ secrets.GH_TOKEN_ADMIN }}
You can’t perform that action at this time.
0 commit comments