diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 7e1cad53..6505cefd 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -148,6 +148,7 @@ jobs: format: 'table' severity: 'CRITICAL,HIGH' timeout: '30m' + skip-files: '**/README.adoc' - name: 'Scanned' shell: bash run: echo "::info ::Scanned" diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 2d0d0971..df7d334a 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -52,6 +52,7 @@ jobs: output: 'trivy-results.sarif' severity: 'CRITICAL,HIGH' timeout: '30m' + skip-files: '**/README.adoc' - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v2 with: