Skip to content

Commit

Permalink
Approach 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykhailo committed Sep 19, 2024
1 parent 31f0d53 commit 66fc332
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/auto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,17 +222,32 @@ jobs:
COMPLIANCE: "green"
PROJECT_TOKEN: ${{ secrets.CLOUDCUSTODIAN_CORE }}

- name: Clean workspace
shell: bash
working-directory: ./ecc-actions/auto-test-actions/lib/scripts
run: |
deactivate
rm -rf .venv
rm -rf cloudcustodian-sre-core
- name: Deploy and scan non-parallel resource (red)
uses: ./ecc-actions/auto-test-actions/deploy-and-scan-resources
env:
COMPLINCE: "red"
if: always()
with:
CI_ASSUME_ROLE: ${{ secrets.CI_ASSUME_ROLE }}
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
COMPLIANCE: "red"
PROJECT_TOKEN: ${{ secrets.CLOUDCUSTODIAN_CORE }}


- name: Clean workspace
shell: bash
working-directory: ./ecc-actions/auto-test-actions/lib/scripts
run: |
deactivate
rm -rf .venv
rm -rf cloudcustodian-sre-core
# delete_readonly_role_for_scans:
Expand Down

0 comments on commit 66fc332

Please sign in to comment.