Skip to content

Created YAML file

Created YAML file #1

Workflow file for this run

name: Cytex Scan
on:
push:
branches: ["master", "main"]
jobs:
analyze:
name: Code analysis
runs-on: ubuntu-latest
steps:
- run: curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin
- run: python3 -m pip install semgrep
- name: Checkout
uses: actions/checkout@v2
- run: grype dir:./ -o json
- run: semgrep --config=auto ./ --json