diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47e93c4..3e93174 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,9 +26,10 @@ jobs: run: echo "GITHUB_MODIFIED_FILES=${{ steps.changed-files.outputs.all_changed_files }}" >> $GITHUB_ENV - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v1.35.2 - test_checksum: - name: "Unit tests" + test_scan: + name: "Run test scan against this repository." runs-on: ubuntu-latest + if: github.event_name == 'pull_request' steps: - uses: actions/checkout@v3 - uses: ./. diff --git a/.secrets.baseline b/.secrets.baseline new file mode 100644 index 0000000..aa4b32a --- /dev/null +++ b/.secrets.baseline @@ -0,0 +1,140 @@ +{ + "version": "1.4.0", + "plugins_used": [ + { + "name": "ArtifactoryDetector" + }, + { + "name": "AWSKeyDetector" + }, + { + "name": "AzureStorageKeyDetector" + }, + { + "name": "Base64HighEntropyString", + "limit": 4.5 + }, + { + "name": "BasicAuthDetector" + }, + { + "name": "CloudantDetector" + }, + { + "name": "DiscordBotTokenDetector" + }, + { + "name": "GitHubTokenDetector" + }, + { + "name": "HexHighEntropyString", + "limit": 3.0 + }, + { + "name": "IbmCloudIamDetector" + }, + { + "name": "IbmCosHmacDetector" + }, + { + "name": "JwtTokenDetector" + }, + { + "name": "KeywordDetector", + "keyword_exclude": "" + }, + { + "name": "MailchimpDetector" + }, + { + "name": "NpmDetector" + }, + { + "name": "PrivateKeyDetector" + }, + { + "name": "SendGridDetector" + }, + { + "name": "SlackDetector" + }, + { + "name": "SoftlayerDetector" + }, + { + "name": "SquareOAuthDetector" + }, + { + "name": "StripeDetector" + }, + { + "name": "TwilioKeyDetector" + } + ], + "filters_used": [ + { + "path": "detect_secrets.filters.allowlist.is_line_allowlisted" + }, + { + "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", + "min_level": 2 + }, + { + "path": "detect_secrets.filters.heuristic.is_indirect_reference" + }, + { + "path": "detect_secrets.filters.heuristic.is_likely_id_string" + }, + { + "path": "detect_secrets.filters.heuristic.is_lock_file" + }, + { + "path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string" + }, + { + "path": "detect_secrets.filters.heuristic.is_potential_uuid" + }, + { + "path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign" + }, + { + "path": "detect_secrets.filters.heuristic.is_sequential_string" + }, + { + "path": "detect_secrets.filters.heuristic.is_swagger_file" + }, + { + "path": "detect_secrets.filters.heuristic.is_templated_secret" + } + ], + "results": { + ".pre-commit-config.yaml": [ + { + "type": "Hex High Entropy String", + "filename": ".pre-commit-config.yaml", + "hashed_secret": "c8b1019606f02af959020dd388b4007e4398835c", + "is_verified": true, + "line_number": 3 + } + ], + "README.md": [ + { + "type": "Hex High Entropy String", + "filename": "README.md", + "hashed_secret": "d9c637c5f0fe3f9db710d8065b131eb3e1214eec", + "is_verified": true, + "line_number": 20 + } + ], + "action.yml": [ + { + "type": "Hex High Entropy String", + "filename": "action.yml", + "hashed_secret": "d9c637c5f0fe3f9db710d8065b131eb3e1214eec", + "is_verified": true, + "line_number": 11 + } + ] + }, + "generated_at": "2024-05-08T12:37:04Z" +}