Fix pipeline?

This commit is contained in:
Greyscale 2024-05-19 05:00:29 +02:00
parent 15ca0c538c
commit be41477299
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2
2 changed files with 5 additions and 5 deletions

View file

@ -129,10 +129,10 @@ jobs:
if-no-files-found: error
retention-days: 1
marshall-merge:
runit-merge:
runs-on: ubuntu-latest
name: "Merge"
needs: [marshall-build]
needs: [runit-build]
strategy:
fail-fast: false
matrix:
@ -202,10 +202,10 @@ jobs:
run: |
docker buildx imagetools inspect ${{ env.ghcr_image }}:${{ steps.meta.outputs.version }}
marshall-tag-latest:
runit-tag-latest:
name: "Tag Latest"
runs-on: ubuntu-latest
needs: [marshall-merge]
needs: [runit-merge]
strategy:
fail-fast: false
matrix:

View file

@ -21,13 +21,13 @@ lint:
- trufflehog # Trufflehog duplicates gitleaks functionality.
- terrascan
- trivy
- git-diff-check
enabled:
- gitleaks@8.18.2
- markdownlint@0.40.0
- taplo@0.8.1
- actionlint@1.7.0
- checkov@3.2.92
- git-diff-check
- prettier@3.2.5
- yamllint@1.35.1
definitions: