We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb5ce6 commit 7021a95Copy full SHA for 7021a95
1 file changed
β.github/workflows/build.ymlβ
@@ -17,7 +17,7 @@ on:
17
- "deploy/**"
18
- "!tests/**"
19
workflow_dispatch:
20
-
+
21
permissions:
22
contents: read
23
@@ -30,11 +30,7 @@ jobs:
30
- name: π Docker Lint
31
run: bash -c "make dockerlint"
32
- name: π golangci-lint
33
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
34
- with:
35
- version: v2.7.1
36
- args: --timeout=300s
37
- only-new-issues: true
+ uses: outscale/goutils/.github/actions/lint@main
38
- name: π Reuse check
39
run: make lint-reuse
40
shell: bash
@@ -53,4 +49,4 @@ jobs:
53
49
# if: ${{ github.event_name != 'pull_request' }}
54
50
# uses: github/codeql-action/upload-sarif@v4
55
51
# with:
56
- # sarif_file: './.trivyscan/report.sarif'
52
+ # sarif_file: './.trivyscan/report.sarif'
0 commit comments