Compare commits

..

No commits in common. "86a06adc34a66323888e210cc56d542163a33af6" and "b7b40734839427370f00b94d847da3188465f37a" have entirely different histories.

6 changed files with 9 additions and 27 deletions

View file

@ -11,7 +11,7 @@ on:
paths:
- '**.go'
- 'go.*'
- '.github/workflow/codecov.yml'
- '.github/**'
- 'codecov.yml'
pull_request:
branches:
@ -19,7 +19,7 @@ on:
paths:
- '**.go'
- 'go.*'
- '.github/workflow/codecov.yml'
- '.github/**'
- 'codecov.yml'
jobs:
run:

View file

@ -14,20 +14,10 @@ on:
- cron: '24 12 * * *'
push:
branches: [ main ]
paths:
- '**.go'
- 'go.*'
- '.github/workflow/docker-publish.yml'
- 'codecov.yml'
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ main ]
paths:
- '**.go'
- 'go.*'
- '.github/workflow/docker-publish.yml'
- 'codecov.yml'
permissions:
contents: read

View file

@ -9,17 +9,7 @@ on:
- v*
branches:
- main
paths:
- '**.go'
- 'go.*'
- '.github/workflow/golangci-lint.yml'
- 'codecov.yml'
pull_request:
paths:
- '**.go'
- 'go.*'
- '.github/workflow/golangci-lint.yml'
- 'codecov.yml'
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.

View file

@ -8,11 +8,6 @@ on:
push:
branches:
- main # or the name of your main branch
paths:
- '**.go'
- 'go.*'
- '.github/workflow/sonarqube.yml'
- 'codecov.yml'
jobs:
build:
name: Build

4
cosign.pub Normal file
View file

@ -0,0 +1,4 @@
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEyuH28HizBR9KEFKam52JO0xRXcBR
aVlJOABf0LTtqGN1XNAXXfrtVFbUqKd9MOYA62CeGn0tjCNcPNi79Y+NHw==
-----END PUBLIC KEY-----

3
cosign.pub.license Normal file
View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021-2024 Winni Neessen <wn@neessen.dev>
SPDX-License-Identifier: CC0-1.0