diff --git a/.secrets.baseline b/.secrets.baseline index ce814d0..aa4b32a 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -75,10 +75,6 @@ { "path": "detect_secrets.filters.allowlist.is_line_allowlisted" }, - { - "path": "detect_secrets.filters.common.is_baseline_file", - "filename": ".secrets.baseline" - }, { "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", "min_level": 2 @@ -129,7 +125,16 @@ "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:48:56Z" + "generated_at": "2024-05-08T12:37:04Z" } diff --git a/action.yml b/action.yml index 84fc2f7..62a040a 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: pmd-sha256-digest: description: The expected SHA-256 digest of the PMD zip file (64 digit hexidecimal value). required: false - default: "9999999999999999999999999999999999999999999999999999999999999999" + default: "0d31d257450f85d995cc87099f5866a7334f26d6599dacab285f2d761c049354" create-github-annotations: description: | Whether to create inline comments on the PR using GH Advanced Security. This is free for open source projects but