This file contains hidden or 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
My AWS Secrets: | |
AKIAI0SFODNN7OKEMLPE | |
AKIAI0SFODNN7OKEMLPE | |
My other AWS Secret: AKIAI2SFODNN7OKEMLPE | |
Some high entropy strings: | |
vJalrXUtnFEMI/K7MDENG/bPxRfiCYKMDNHKROOI, vJalrXUtnFEMI/K7MDENG/bPxRfiCYKMDNHKROOI | |
wJalrXUtnFEMI/K7MDENG/bPxRfiCYKMDNHKROOI | |
"NEW_SECRET": 'GUfiHfs3pCXtHEtZzRwnLaYTAidVBxR32dffuwKkYeTDzvEAuxDuLUBm3WF' |
This file contains hidden or 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
/** | |
* This init script modifies the Gradle project by adding a new task to all projects, `checkBlacklist`, which | |
* can be used to check if any of the project's resolvable dependencies are included in a configurable blacklist. | |
* | |
* To add it dynamically with a Gradle build command, add the `-I` option with the path to this file, e.g.: | |
* > gradle -I /path/to/blacklist.gradle checkBlacklist | |
*/ | |
gradle.allprojects { |
NewerOlder