mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +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
|
- name: Run Gosec Security Scanner
|
||||||
uses: securego/gosec@master
|
uses: securego/gosec@master
|
||||||
with:
|
with:
|
||||||
version: '2.15.0'
|
|
||||||
args: ./...
|
args: ./...
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: make test
|
run: make test
|
||||||
|
|
Loading…
Reference in a new issue