Merge pull request #350 from akgalwas/fix-already-exists-problem #806
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: security | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
govuln: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: vulncheck | |
uses: golang/govulncheck-action@v1 | |
with: | |
go-version-input: 1.22.5 | |
go-package: ./... |