Skip to content

Commit

Permalink
add actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 committed Jul 25, 2024
1 parent 0f926ad commit 6761fac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions actions/golangci-lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ description: 'CLA Assistant'
runs:
using: 'composite'
steps:
- name: Go mod download
shell: bash
run: go mod download

- name: Static Code Analysis
uses: golangci/golangci-lint-action@v6
with:
Expand Down
4 changes: 4 additions & 0 deletions actions/gosec-scanner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ description: 'Static Code Analysis with golangci'
runs:
using: 'composite'
steps:
- name: Go mod download
shell: bash
run: go mod download

- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
Expand Down

0 comments on commit 6761fac

Please sign in to comment.