Skip to content

Commit

Permalink
Test breaking the checksum.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpage-alfresco committed May 8, 2024
1 parent fd60ce8 commit 8abfece
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8abfece

Please sign in to comment.