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 4779055 commit a3d64bbCopy full SHA for a3d64bb
.github/workflows/daily-scan.yml
@@ -66,6 +66,7 @@ jobs:
66
- name: Print dependency scan results on failure
67
if: ${{ steps.dep_scan.outcome != 'success' }}
68
run: less dependency-check-report.html
69
+
70
- name: Configure AWS credentials for image scan
71
uses: aws-actions/configure-aws-credentials@v4
72
with:
0 commit comments