We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8803f8 commit 0536660Copy full SHA for 0536660
.github/workflows/generate-augmented-sbom.yml
@@ -45,6 +45,12 @@ jobs:
45
awk '$1 == "dep" || $1 == "=>" { print "pkg:golang/" $2 "@" $3 }' | \
46
LC_ALL=C sort > purls.txt
47
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
54
55
- name: Login to AWS ECR
56
run: |
0 commit comments