diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 1613205fe9..d36b892e7c 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -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