diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a5f9926..11f1bc5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,3 +34,15 @@ jobs: version: v1.56.1 args: --verbose --timeout=3m skip-cache: true + + secure-tests: + runs-on: ubuntu-latest + env: + GO111MODULE: on + steps: + - name: Checkout Source + uses: actions/checkout@v3 + - name: Run Gosec Security Scanner + uses: securego/gosec@master + with: + args: ./...