Skip to content

Cobalt Strike Connector #179

Cobalt Strike Connector

Cobalt Strike Connector #179

Workflow file for this run

name: Vulnerability Scan
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
jobs:
run-analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout source code for this repository
uses: actions/checkout@v3
- name: Run vulnerability scanner
uses: aquasecurity/[email protected]
with:
scan-type: 'repo'
scan-ref: './'
severity: 'CRITICAL,HIGH'
exit-code: '1'
ignore-unfixed: true
skip-dirs: "infra/traefik/certs,projects/noseyparker_scanner/custom_rules/"