diff --git a/.github/workflows/veracode-sec-scan.yml b/.github/workflows/veracode-sec-scan.yml index 16955cb191..eeccd5c69a 100644 --- a/.github/workflows/veracode-sec-scan.yml +++ b/.github/workflows/veracode-sec-scan.yml @@ -208,4 +208,9 @@ jobs: scantimeout: 600 include: '*.war, *.zip, *.js, *.html, *.css, *.json' criticality: 'VeryHigh' - includenewmodules: 'true' \ No newline at end of file + includenewmodules: 'true' + + - name: Delete artifact + uses: actions/delete-artifact@v2 + with: + name: nuxeo-web-ui