hi,
using version 0.35.0 on gitea. We didn't change something on our workflow files. But since today we get:
Determining the default branch
Retrieving the default branch name
Bad credentials - https://docs.github.com/rest
Waiting 19 seconds before trying again
Retrieving the default branch name
Bad credentials - https://docs.github.com/rest
Waiting 11 seconds before trying again
Retrieving the default branch name
::remove-matcher owner=checkout-git::
::error::Bad credentials - https://docs.github.com/rest
❌ Failure - Main Checkout install script
exitcode '1': failure
❌ Failure - Main Install Trivy
exitcode '1': failure
❌ Failure - Main Trivy filesystem scan (blocking)
exitcode '1': failure
Workflow jobs:
- name: Trivy filesystem scan (blocking)
uses: aquasecurity/trivy-action@0.35.0
with:
scan-type: 'fs'
scan-ref: '.'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'
exit-code: '1'
format: 'table'
- name: Trivy image scan (blocking)
uses: aquasecurity/trivy-action@0.35.0
with:
image-ref: 'dkim-api:ci'
severity: 'CRITICAL,HIGH'
ignore-unfixed: true
exit-code: '1'
format: 'table'
hi,
using version 0.35.0 on gitea. We didn't change something on our workflow files. But since today we get:
Workflow jobs: