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 a7501b8
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 @@ -10,6 +10,7 @@ permissions:
contents: read
packages: read
jobs:
#
mcvs-golang-action:
runs-on: ubuntu-20.04
steps:
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 a7501b8

Please sign in to comment.