File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ name: Dependency Submission
33on :
44 push :
55 branches : ['main']
6+ pull_request :
7+ branches : ['main']
68
79permissions :
810 contents : write
2325 with :
2426 dependency-graph-include-projects : ' :newrelic-security-(agent|api)'
2527 build-scan-publish : true
26- build-scan-terms-of-use-url : " https://gralde .com/help/legal-terms-of-use"
28+ build-scan-terms-of-use-url : " https://gradle .com/help/legal-terms-of-use"
2729 build-scan-terms-of-use-agree : " yes"
30+
31+ dependency-review :
32+ needs : dependency-submission # Wait for graph submission to finish
33+ runs-on : ubuntu-latest
34+ steps :
35+ - name : ' Dependency Review'
36+ uses : actions/dependency-review-action@v4
37+ with :
38+ fail-on-severity : ' low' # Fails the action if CVE is found
39+ retry-on-snapshot-warnings : true
40+ retry-on-snapshot-warnings-timeout : 300
You can’t perform that action at this time.
0 commit comments