diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abdcb04e1..15c222599 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: uses: actions/upload-artifact@master with: name: DependencyCheck report - path: ${{github.workspace}}/target/dependency-check-report.html + path: ${{github.workspace}}/dependency-check-report.html docs: if: github.ref == 'refs/heads/master' runs-on: ubuntu-20.04 diff --git a/.gitignore b/.gitignore index 092aedfd7..e29c2c209 100644 --- a/.gitignore +++ b/.gitignore @@ -20,8 +20,6 @@ src/scratch target /easypost_java_style.xml /style_suppressions.xml -/completion-for-dependency-check.sh -/dependency-check.sh -/dependency-check.bat /dependency-check-report.html /dependency-check/data/ +!/dependency-check/lib/*.jar