Skip to content

Commit

Permalink
upgrade gosecc
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevent-fei committed Jan 11, 2022
1 parent 781545d commit 22551e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ jobs:
golang-security-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ynniss/golang-security-action@master
- name: Checkout Source
uses: actions/checkout@v2
- name: Run Gosec Security Scanner
uses: securego/gosec@master
# - uses: actions/checkout@v1
# - uses: ynniss/golang-security-action@master
with:
CODE_PATH: "./..."

0 comments on commit 22551e7

Please sign in to comment.