diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index ef3c7b5..de88b36 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -22,10 +22,6 @@ jobs: with: scan-type: 'fs' scan-ref: '.' - format: 'table' - exit-code: '1' - ignore-unfixed: true - severity: 'CRITICAL,HIGH' Build_Image: runs-on: ubuntu-latest steps: diff --git a/.gitea/workflows/pr.yaml b/.gitea/workflows/pr.yaml index 1e6e06d..8648b20 100644 --- a/.gitea/workflows/pr.yaml +++ b/.gitea/workflows/pr.yaml @@ -19,10 +19,6 @@ jobs: with: scan-type: 'fs' scan-ref: '.' - format: 'table' - exit-code: '1' - ignore-unfixed: true - severity: 'CRITICAL,HIGH' Build_Image: runs-on: ubuntu-latest steps: diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 4922f42..ae2dfbe 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -19,10 +19,6 @@ jobs: with: scan-type: 'fs' scan-ref: '.' - format: 'table' - exit-code: '1' - ignore-unfixed: true - severity: 'CRITICAL,HIGH' Build_Image: runs-on: ubuntu-latest steps: