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

View file

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