gitleaks / gitleaks-action

Protect your secrets using Gitleaks-Action
https://gitleaks.io
Other
319 stars 122 forks source link

Can't use 'tar -xzf' extract archive file. return code: 2. #126

Closed cerontrustly closed 10 months ago

cerontrustly commented 1 year ago

Hi, since today my Gitleaks runs are all failing with an error message similar to this:

Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_0ff29a0b-45d3-43d7-9e97-4bbf29eecf79/77956855-4854-4a8d-b3f9-9c2cda3025e6.tar.gz. return code: 2.

My workflow file wasn't changed:

name: gitleaks on: [pull_request, push, workflow_dispatch] jobs: scan: name: gitleaks runs-on: ubuntu-latest steps:

Can somebody help?

Thank you!

Dr-DevOps commented 1 year ago

Here: https://www.githubstatus.com/incidents/76xp2jd3px64 It was an issue with GitHub API. It has nothing to do with GitLeaks.

cerontrustly commented 1 year ago

Thank you @Dr-DevOps !