Skip to content

Commit

Permalink
Attempt to fix trivy db download error due to too many calls by loggi…
Browse files Browse the repository at this point in the history
…nginto ghcr
  • Loading branch information
sarg3nt committed Oct 29, 2024
1 parent 11dedee commit fb0fa64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
name: Build
runs-on: "ubuntu-20.04"
steps:
- name: Authenticate to GitHub Container Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
Expand Down

0 comments on commit fb0fa64

Please sign in to comment.