Compare commits
1 commit
62c6f382a8
...
5e4759d231
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e4759d231 |
3 changed files with 8 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
|
|
||||||
# upload sbom to release
|
# upload sbom to release
|
||||||
- name: "upload sbom to release"
|
- name: "upload sbom to release"
|
||||||
uses: "softprops/action-gh-release@v3"
|
uses: "softprops/action-gh-release@v2"
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
gogitlabber-*-sbom.spdx.json
|
gogitlabber-*-sbom.spdx.json
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,15 @@
|
||||||
---
|
---
|
||||||
|
clone:
|
||||||
|
- name: "clone"
|
||||||
|
image: "woodpeckerci/plugin-git"
|
||||||
|
settings:
|
||||||
|
depth: 0
|
||||||
|
tags: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: "linting"
|
- name: "linting"
|
||||||
image: "cr.simoncor.net/dockerhub/golangci/golangci-lint:v2.12.2-alpine"
|
image: "cr.simoncor.net/dockerhub/golangci/golangci-lint:v2.1-alpine"
|
||||||
commands:
|
commands:
|
||||||
- "golangci-lint run"
|
- "golangci-lint run"
|
||||||
when:
|
when:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue