Skip to content

Commit

Permalink
fix: Use public TrivyDB to prevent authentication issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Oct 21, 2024
1 parent 61797f4 commit e412dec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
mcvs-golang-action:
runs-on: ubuntu-20.04
steps:
#
- uses: actions/[email protected]
- uses: schubergphilis/mcvs-golang-action@87-optional-gci
with:
Expand All @@ -21,8 +22,3 @@ jobs:
golang-unit-tests-exclusions: |-
\(cmd\/mcvs-scanner\|cmd\/mcvs-scanner-cli\|deprecated\|docs\/swagger\|mocks\)
golangci-lint-version: v1.61.0
token: ${{ secrets.GITHUB_TOKEN }}
trivy-action-db: |-
ghcr.io/schubergphilis/mcvs-scanner-trivy-db:2
trivy-action-java-db: |-
ghcr.io/schubergphilis/mcvs-scanner-trivy-java-db:1

0 comments on commit e412dec

Please sign in to comment.