Skip to content

Commit

Permalink
Merge pull request #655 from innogames/security
Browse files Browse the repository at this point in the history
CI action: new govulncheck action
  • Loading branch information
brainexe authored Jan 18, 2025
2 parents b56c58e + c231c87 commit f7e9f8c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,16 @@ jobs:
security:
name: Security
runs-on: ubuntu-latest
env:
GOSECGOVERSION: go1.23.4
GOLANG_VERSION: 1.23.4
steps:
- uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: -exclude=G404,G307,G104 ./...
- name: Run govulncheck
uses: Templum/govulncheck-action@v1
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
package: ./...
go-package: ./...
docker:
name: Build Docker image
runs-on: ubuntu-latest
Expand Down

0 comments on commit f7e9f8c

Please sign in to comment.