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 0dcd074 commit 3f34807Copy full SHA for 3f34807
.github/workflows/owasp.yml
@@ -43,7 +43,7 @@ jobs:
43
aws-region: ${{ env.AWS_DEFAULT_REGION }}
44
45
- name: Get NVD API key for dependency scan
46
- uses: aws-actions/aws-secretsmanager-get-secrets@v1
+ uses: aws-actions/aws-secretsmanager-get-secrets@v2
47
id: nvd_api_key
48
with:
49
secret-ids: ${{ secrets.NVD_API_KEY_SECRET_ARN }}
0 commit comments