Skip to content

Commit

Permalink
publish scoutsuite report as an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykie committed Jul 7, 2024
1 parent b242cde commit d495c79
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/scoutsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,15 @@ jobs:
- name: Run Scout
run: scout aws

- name: Publish Scout Report
uses: actions/upload-artifact@v4
with:
name: scout
path: scoutsuite-report

terraform-destroy:
name: "Terraform Destroy"
if: ${{ always() && contains(needs.*.result, 'failure') }}
if: always()
strategy:
matrix: { dir: ["samples/simple-build-pipeline"] }
runs-on: ubuntu-latest
Expand Down

0 comments on commit d495c79

Please sign in to comment.