Skip to content

build: Enable Dependabot to ensure that the dependencies will be upda… #1

build: Enable Dependabot to ensure that the dependencies will be upda…

build: Enable Dependabot to ensure that the dependencies will be upda… #1

Workflow file for this run

---
name: Golang
"on":
# required by gomod-go-version-updater to trigger this action once pr has
# been reviewed
pull_request_review:
types: [submitted]
push:
permissions:
contents: read
packages: read
jobs:
mcvs-golang-action:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- uses: schubergphilis/[email protected]
with:
code_coverage_expected: 59.8
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