We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a090770 commit 8b4ccddCopy full SHA for 8b4ccdd
.github/workflows/sdl.yml
@@ -102,7 +102,7 @@ jobs:
102
mv "trivy_report.html" "trivy_report_${DATE}_${REF_NAME//\//-}_${{ github.sha }}.html"
103
- name: Upload Scan Results
104
if: ${{ !cancelled() }}
105
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 #v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 #v4.6.1
106
with:
107
name: trivy-report
108
path: "./trivy_report*.html"
0 commit comments