Skip to content

Merge pull request #48 from goark/develop #100

Merge pull request #48 from goark/develop

Merge pull request #48 from goark/develop #100

Workflow file for this run

name: vulns
on:
push:
branches:
- main
pull_request:
jobs:
vulns:
name: Vulnerability scanner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- name: install depm
run: go install github.com/goark/depm@latest
- name: WriteGoList
run: depm list --json > go.list
- name: Nancy
uses: sonatype-nexus-community/nancy-github-action@main