Skip to content

Commit ca68903

Browse files
Update veracode-policy-scan.yml
1 parent 90119af commit ca68903

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,9 @@ jobs:
179179
repo_name: ${{ inputs.repo }}
180180
github-token: ${{ inputs.token }}
181181
commitHash: ${{ inputs.sha }}
182+
183+
- name: cleanup job
184+
if: always()
185+
run: |
186+
echo "Running cleanup..."
187+
sudo rm -rf $GITHUB_WORKSPACE/

0 commit comments

Comments
 (0)