-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |