diff --git a/.secrets.baseline b/.secrets.baseline index aa4b32a..ce814d0 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -75,6 +75,10 @@ { "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 @@ -125,16 +129,7 @@ "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" + "generated_at": "2024-05-08T12:48:56Z" } diff --git a/action.yml b/action.yml index 62a040a..84fc2f7 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: "0d31d257450f85d995cc87099f5866a7334f26d6599dacab285f2d761c049354" + default: "9999999999999999999999999999999999999999999999999999999999999999" create-github-annotations: description: | Whether to create inline comments on the PR using GH Advanced Security. This is free for open source projects but