ADD pkg to analize
All checks were successful
dev workflow / test (push) Successful in 4s
dev workflow / vulnCheck (push) Successful in 8s

This commit is contained in:
maximo tejeda 2024-11-16 22:43:50 -04:00
parent 7bf6521002
commit 7ff18765c5

View File

@ -36,7 +36,8 @@ jobs:
- name: checkout Code - name: checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: go vuln checker - name: go vuln check
uses: golang/govulncheck-action@v1 uses: golang/govulncheck-action@v1
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
go-package: ./...