Skip to content

Commit

Permalink
fascan.yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prrvchr committed Oct 26, 2024
1 parent 1993519 commit 7f7d22d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/fascan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
ref: ${{ github.head_ref }}

- name: Fluid-Attacks scan
id: scan
continue-on-error: true
uses: docker://ghcr.io/fluidattacks/makes/amd64
with:
args: m gitlab:fluidattacks/universe@trunk /skims scan ./_fascan.yml
Expand All @@ -28,4 +30,7 @@ jobs:
git config user.email github-actions@github.com
git commit -am "Fluid-Attacks-Results.csv commit" || exit 0
git push
exit 1
- name: Check on failures
if: steps.scan.outcome != 'success'
run: exit 1

0 comments on commit 7f7d22d

Please sign in to comment.