Skip to content

added scout gh action #1

added scout gh action

added scout gh action #1

Workflow file for this run

name: scout-workflow
on: [push]
jobs:
scout-audit:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
repository-projects: write
steps:
- name: checkout
uses: actions/checkout@v2
- name: do scout
uses: coinfabrik/[email protected]
with:
target: 'payment-channel/'
markdown_output: "true"
- uses: mshick/[email protected]
with:
message-path: ${{ github.workspace }}/report.md