Skip to content

Commit

Permalink
chore: remove stale list of supported algs from package description
Browse files Browse the repository at this point in the history
  • Loading branch information
ottokruse committed Jan 23, 2025
1 parent f2dccf3 commit c618047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeguru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::373508513302:role/CodeGuruSecurityGitHubAccessRole
aws-region: eu-west-1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-jwt-verify",
"version": "5.0.0",
"description": "Verify RS256/RS384/RS512/ES256/ES384/ES512 signed JSON Web Tokens (JWT)",
"description": "Verify JSON Web Tokens (JWT) from Amazon Cognito and other IDPs",
"license": "Apache-2.0",
"author": {
"name": "Amazon Web Services",
Expand Down

0 comments on commit c618047

Please sign in to comment.