From 441194926df74f28973d47de4fc0176d36857fb6 Mon Sep 17 00:00:00 2001 From: rakeshkumar1019 Date: Mon, 18 Mar 2024 16:13:35 +0530 Subject: [PATCH] delete artifacts --- .github/workflows/veracode-sec-scan.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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