tests actions
This commit is contained in:
parent
00bb946305
commit
d1d7a5a2f1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/.github-ci.yaml
vendored
2
.github/workflows/.github-ci.yaml
vendored
|
@ -15,6 +15,8 @@ jobs:
|
||||||
|
|
||||||
- name: Lint the Repository
|
- name: Lint the Repository
|
||||||
run: |
|
run: |
|
||||||
|
which trivy
|
||||||
|
exit 1
|
||||||
golangci-lint run ./... --out-format=json --timeout 5m --issues-exit-code 1
|
golangci-lint run ./... --out-format=json --timeout 5m --issues-exit-code 1
|
||||||
|
|
||||||
- name: Build Credentials File
|
- name: Build Credentials File
|
||||||
|
|
Loading…
Reference in a new issue