mirror of
https://github.com/securego/gosec.git
synced 2024-12-24 03:25:53 +00:00
Remove the version form ci github action
This commit is contained in:
parent
392e53c8d0
commit
8aa00db022
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -34,7 +34,6 @@ jobs:
|
|||
- name: Run Gosec Security Scanner
|
||||
uses: securego/gosec@master
|
||||
with:
|
||||
version: '2.15.0'
|
||||
args: ./...
|
||||
- name: Run Tests
|
||||
run: make test
|
||||
|
|
Loading…
Reference in a new issue