We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e5725 commit fa4e60eCopy full SHA for fa4e60e
.github/workflows/owasp.yml
@@ -41,7 +41,7 @@ jobs:
41
aws-region: ${{ env.AWS_DEFAULT_REGION }}
42
43
- name: Get NVD API key for dependency scan
44
- uses: aws-actions/aws-secretsmanager-get-secrets@v1
+ uses: aws-actions/aws-secretsmanager-get-secrets@v2
45
id: nvd_api_key
46
with:
47
secret-ids: ${{ secrets.NVD_API_KEY_SECRET_ARN }}
0 commit comments