Skip to content

Commit

Permalink
new version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
prrvchr committed Oct 27, 2024
1 parent b1d23f3 commit c74b896
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/fascan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .github/workflows/fascan.yml
name: Fluid Attacks Scan
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
machineStandalone:
name: machineStandalone job
Expand All @@ -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 @@ -26,5 +28,9 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
git commit -am "Fluid-Attacks Results.csv commit" || exit 0
git push
git commit -am "Fluid-Attacks-Results.csv commit" || exit 0
git push origin HEAD:master
- name: Check on failures
if: steps.scan.outcome != 'success'
run: exit 1
2 changes: 1 addition & 1 deletion Fluid-Attacks-Results.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
title,cwe,description,cvss,cvss_v4,finding,stream,kind,where,snippet,method
title,cwe,description,cvss,finding,stream,kind,where,snippet,method
Summary: No vulnerabilities were found in your targets.

0 comments on commit c74b896

Please sign in to comment.