diff --git a/.forgejo/workflows/trivy.yml b/.forgejo/workflows/trivy.yml deleted file mode 100644 index c0070cc..0000000 --- a/.forgejo/workflows/trivy.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Trivy - -on: - schedule: - - cron: '0 1 * * *' - push: - -jobs: - test: - runs-on: docker - - container: - - aquasec/trivy - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Run Trivy scanner - with: - scan-type: 'fs' - scan-ref: '.' - ignore-unfixed: true - format: 'table' - exit-code: '0' - limit-severity: 'CRITICAL'