Skip to content

Commit

Permalink
Pass GitHub token for Trivy DB download (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor authored Sep 26, 2024
1 parent f508507 commit c16e9a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
push: true
tags: ${{ steps.image-meta.outputs.tags }}
labels: ${{ steps.image-meta.outputs.labels }}
github-token: ${{ secrets.GITHUB_TOKEN }}

build_push_chart:
name: Build and push Helm chart
Expand Down

0 comments on commit c16e9a3

Please sign in to comment.