Skip to content

Commit

Permalink
DBP-000 Update Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncolincap committed Feb 7, 2024
1 parent 75b3d5f commit 6c895c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-image-and-helm-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
packages: write
security-events: write
contents: read
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/image-publish-trivy.yaml@2.0.0
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/image-publish-trivy.yaml@5.0.0
with:
image_name: "infra-autoscaler"
run_trivy_scan: true
tag_generation: "version_git_tag"
add_latest_tag: true
container_registry: "ghcr.io"
publish_helm:
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@4.0.0
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@5.0.0
secrets: inherit
with:
chart_name: infra-autoscaler
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-on-push-to-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
packages: write
security-events: write
contents: read
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/image-publish-trivy.yaml@2.0.0
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/image-publish-trivy.yaml@5.0.0
with:
image_name: "infra-autoscaler"
run_trivy_scan: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-helm-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ concurrency:

jobs:
scan_helm:
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/check-helm-kics.yaml@4.0.0
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/check-helm-kics.yaml@5.0.0
permissions:
contents: read

0 comments on commit 6c895c4

Please sign in to comment.