diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3ae422b7d6..64d29e1e6d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -147,11 +147,6 @@ jobs: fail-fast: false name: scan ${{ matrix.image }} steps: - - name: Test current location - run: | - pwd - ls -al - ls .github - name: Scan ${{ matrix.image }} for vulnerabilities uses: aquasecurity/trivy-action@0.24.0 with: @@ -163,7 +158,7 @@ jobs: template: "@/contrib/html.tpl" scanners: "vuln" output: "${{ matrix.image }}-results.html" - trivyignores: ".github/config/.trivyignore" + trivyignores: .trivyignore - name: Upload ${{ matrix.image }} scan results if: always() diff --git a/.github/config/.trivyignore b/.trivyignore similarity index 100% rename from .github/config/.trivyignore rename to .trivyignore