Skip to content

Commit

Permalink
upgrade gosecc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevent-fei committed Jan 11, 2022
1 parent 22551e7 commit 08949d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
golang-security-action:
runs-on: ubuntu-latest
steps:
- 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
# - 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 08949d7

Please sign in to comment.