Skip to content

Commit

Permalink
Merge pull request #53 from jaydenchee97/feature
Browse files Browse the repository at this point in the history
Feature
  • Loading branch information
jaydenchee97 authored Aug 30, 2024
2 parents c82d765 + f65ae62 commit 725f9dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 94 deletions.
93 changes: 0 additions & 93 deletions .github/workflows/e2e-tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ frontend:
- wget https://github.com/jeremylong/DependencyCheck/releases/download/v10.0.3/dependency-check-10.0.3-release.zip
- unzip dependency-check-10.0.3-release.zip
- ls -al
- ./dependency-check/bin/dependency-check.sh --project Unirent --out ./dependency-report --scan ./unirent
- ./dependency-check/bin/dependency-check.sh --project UniRent --out ./dependency-report --scan ./unirent
- if grep -q '<vulnerability>' ./dependency-report/dependency-check-report.xml; then
echo "Vulnerabilities found in dependencies";
exit 1;
Expand Down

0 comments on commit 725f9dd

Please sign in to comment.