Skip to content

Commit

Permalink
ci: more setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 21, 2023
1 parent 7f481f0 commit 83f26ff
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ jobs:
govulnech:
name: Golang Vulncheck
runs-on: 'ubuntu-latest'

timeout-minutes: 360
permissions:
actions: read
contents: read
security-events: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -85,4 +92,5 @@ jobs:

- name: Run go vulncheck
uses: Templum/[email protected]
go-version: ${{ env.GO_VERSION }}
with:
go-version: ${{ env.GO_VERSION }}

0 comments on commit 83f26ff

Please sign in to comment.