Skip to content

Commit a301305

Browse files
Update veracode-pipeline-scan.yml
1 parent ca68903 commit a301305

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/veracode-pipeline-scan.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,8 @@ jobs:
193193
https://api.github.com/repos/${{ inputs.owner }}/${{ inputs.repo }}/check-runs/${{ inputs.check_run_id }} \
194194
-d @"payload.txt"
195195
done
196+
197+
- name: Cleanup workspace and Docker
198+
run: |
199+
echo "Running final cleanup..."
200+
sudo rm -rf $GITHUB_WORKSPACE/

0 commit comments

Comments
 (0)