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 f16d936 commit c252e23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion _fascan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sca:
include:
- .
language: EN
strict: false
strict: true

0 comments on commit c252e23

Please sign in to comment.