Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

List all files in repository or branch of repository using API 2.0

BEN MOUSSA Anis-ext April 19, 2022

Hello Community!

I want to list all the files in repository usin API 2.0

the goal is to review extensions and alert users if they are pushing unauthorized data

I need to monitor the file the user and the repository 

Thanks

2 answers

0 votes
o_kyrdan April 21, 2022

Hi @BEN MOUSSA Anis-ext

Thank you for your question!

It could be your case to use Bitbucket Pipe: Git secrets scan: Scan your files for hardcoded sensitive data and create a security report.

By default, the pipe will scan your files for hardcoded AWS credentials and create a security report with annotations for each found credential.

If a value for CUSTOM_PATTERN is provided, it will scan for and AWS credentials and CUSTOM_PATTERN.

If the CUSTOM_PATTERN is not provided, it will scan for AWS credentials only.

 

In the repository turn on Bitbucket Pipelines and add the pipe:

Run a scan for AWS credentials:

script:
  - pipe: atlassian/git-secrets-scan:0.6.0

or

Scan custom secrets using a pattern that matches
Bitly's secret key file (^R_[0-9a-f]{32}$):

script:
  - pipe: atlassian/git-secrets-scan:0.6.0
    variables:
      CUSTOM_PATTERN: '^R_[0-9a-f]{32}$'

 

Best regards,
Oleksandr Kyrdan

0 votes
Karthick S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 20, 2022

Hello @BEN MOUSSA Anis-ext

Welcome to the Atlassian Community.

In Bitbucket Cloud, you may try this API to Get file or directory contents in the repository. 

Let us know if you have any queries.

Kind regards,

Karthick S

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events