Skip to content

Commit

Permalink
add Fluid attacks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prrvchr committed Oct 24, 2023
1 parent d25999f commit 7ccefb0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# .github/workflows/dev.yml
name: Fluid Attacks Scan
on: [push, pull_request]
jobs:
machineStandalone:
name: machineStandalone job
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- uses: docker://ghcr.io/fluidattacks/makes/amd64
with:
args: m gitlab:fluidattacks/universe@trunk /skims scan ./_fascan.yml
2 changes: 2 additions & 0 deletions Fluid-Attacks-Results.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
title,cwe,description,cvss,finding,stream,kind,where,snippet,method
Summary: No vulnerabilities were found in your targets.
13 changes: 13 additions & 0 deletions _fascan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
namespace: mContactOOo
output:
file_path: ./Fluid-Attacks-Results.csv
format: CSV
working_dir: .
sast:
include:
- source/mContactOOo/service/pythonpath/mcontact/
- glob(source/mContactOOo/service/*.py)
sca:
include:
- .
language: EN

0 comments on commit 7ccefb0

Please sign in to comment.