-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2def25
commit 11bbe3d
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,7 @@ comment_summary_in_pr: always | |
# Any number of packages (in purl format) to block in a PR. | ||
# Unfortunately, while there is a draft purl spec for specifying a range of package versions, it is not yet merged into the actual spec. | ||
# Until this happens, we will need to specify each version individually. | ||
deny_packages: | ||
- pkg:maven/org.apache.logging.log4j/[email protected] | ||
deny_packages: pkg:maven/org.apache.logging.log4j/[email protected] | ||
# Enable or disable retrying the action every 10 seconds while waiting for dependency submission actions to complete. | ||
# This will have no effect on GHES until the Dependency Submission API is available. | ||
retry_on_snapshot_warnings: true | ||
|