Skip to content

Commit 0536660

Browse files
committed
fix aws login
1 parent b8803f8 commit 0536660

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/generate-augmented-sbom.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
awk '$1 == "dep" || $1 == "=>" { print "pkg:golang/" $2 "@" $3 }' | \
4646
LC_ALL=C sort > purls.txt
4747
cat purls.txt
48+
- name: Configure AWS credentials
49+
uses: aws-actions/configure-aws-credentials@v2
50+
with:
51+
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
52+
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
53+
aws-region: us-east-1
4854

4955
- name: Login to AWS ECR
5056
run: |

0 commit comments

Comments
 (0)