Skip to content

Commit

Permalink
fix code policies
Browse files Browse the repository at this point in the history
  • Loading branch information
SimOnPanw committed Feb 15, 2024
1 parent 632a1b4 commit 8985b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prismacloud/api/pccs/_code_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
class CodePoliciesPrismaCloudAPIPCCSMixin:
""" Prisma Cloud Code Security API Code Policies Endpoints Class """

def suppressions_justifications_list_read(self, policy_id):
def code_policies_list_read(self, policy_id):
return self.execute_code_security('GET', 'code/api/v2/policies/%s' % policy_id)

0 comments on commit 8985b7b

Please sign in to comment.