Compare commits
2 commits
90e714b17a
...
518e8d0958
| Author | SHA1 | Date | |
|---|---|---|---|
| 518e8d0958 | |||
| bc7051a106 |
3 changed files with 2 additions and 8 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@v2"
|
uses: "softprops/action-gh-release@v3"
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
gogitlabber-*-sbom.spdx.json
|
gogitlabber-*-sbom.spdx.json
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,9 @@
|
||||||
---
|
---
|
||||||
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.1-alpine"
|
image: "cr.simoncor.net/dockerhub/golangci/golangci-lint:v2.12.2-alpine"
|
||||||
commands:
|
commands:
|
||||||
- "golangci-lint run"
|
- "golangci-lint run"
|
||||||
when:
|
when:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue