Skip to content

Commit

Permalink
suppress inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Apr 11, 2024
1 parent e158ca7 commit 052952d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish_public_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Publish Public Package
on:
workflow_dispatch:
inputs:
# checkov:skip=CKV_GHA_7:Manual inputs are desired.
OverrideModuleVersion:
description: "Override the version of the release. Restricted to SemVer 1.0 - 3 segments"
required: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_module_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Module Version Bump
on:
workflow_dispatch:
inputs:
# checkov:skip=CKV_GHA_7:Manual inputs are desired.
newVersionNumber:
description: "New Version number (e.g., 1.2.4)"
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15986,7 +15986,6 @@
},
{
"domain": "agency.onmicrosoft.com",
"//": "checkov:skip=CKV_SECRET_3:This is not an Azure Storage Account access key.",
"rdata": [
"v=spf1 include:spf.protection.outlook.com -all",
"checkov:skip=CKV_SECRET_3:This is not an Azure Storage Account access key.",
Expand Down

0 comments on commit 052952d

Please sign in to comment.