Skip to content

Commit

Permalink
Allstar - Add binary artifacts ignore paths (#36)
Browse files Browse the repository at this point in the history
* add configuration to ignore Gradle wrapper files for Allstar binary artifacts policy

* add CODEOWNERS
  • Loading branch information
markdboyd authored Jul 23, 2024
1 parent bd2276d commit bc3d6c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .allstar/binary_artifacts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore reason: These files are required for the Gradle wrapper, which is used when building the project:
# https://github.com/cloud-gov/shibboleth-boshrelease/blob/main/packages/idp/packaging#L31
ignorePaths:
- gradle/wrapper/gradle-wrapper.jar
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* @cloud-gov/platform-ops

0 comments on commit bc3d6c5

Please sign in to comment.