Fix pipeline?
This commit is contained in:
parent
15ca0c538c
commit
be41477299
2 changed files with 5 additions and 5 deletions
8
.github/workflows/runit.yml
vendored
8
.github/workflows/runit.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue