Skip to content

Commit

Permalink
go sec
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Jul 25, 2024
1 parent 5b0dfb7 commit 786202c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
working-directory: ${{ github.workspace }}
if: |
contains(steps.changed-files.outputs.all_changed_files, '.go')
# golang-sec:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v4
# with:
# fetch-depth: '0'
# - name: Run Gosec Security Scanner
# uses: cosmos/gosec@master
# with:
# args: ./...
golang-sec:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Run Gosec Security Scanner
uses: cosmos/gosec@master
with:
args: ./...
# golang-test:
# name: go test
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 786202c

Please sign in to comment.