Skip to content

Commit

Permalink
- Fix dependency check report generation on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Sep 28, 2023
1 parent f102f29 commit 706c20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 706c20e

Please sign in to comment.