Skip to content

chore: add more tips and refs #10

chore: add more tips and refs

chore: add more tips and refs #10

Workflow file for this run

name: Security check
on:
push:
branches:
- main
jobs:
build-and-test:
runs-on: [ubuntu-latest]
steps:
-
name: Checkout project
uses: actions/checkout@v2
-
name: Salus Scan
run: |
docker run --rm -t \
-v $(pwd):/home/repo coinbase/salus \
--config "file://salus-config.yml"