Skip to content

Commit

Permalink
ci: remove secret-scan job
Browse files Browse the repository at this point in the history
  • Loading branch information
g3kk0 committed Jul 17, 2024
1 parent d38aff8 commit 76cfc48
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ jobs:
source /root/.profile
license_finder --decisions_file ./.github/license_finder.yml
secret-scan:
runs-on: ubuntu-latest
container:
image: zricethezav/gitleaks:v8.2.4
options: --entrypoint "" --user root
steps:
- uses: actions/checkout@v4
- name: Secret scan
shell: bash
run: gitleaks detect -c ./.github/gitleaks.toml --redact -v

build:
runs-on: ubuntu-latest
container:
Expand All @@ -50,7 +39,7 @@ jobs:
retention-days: 3

release:
needs: [license-compliance, secret-scan, build]
needs: [license-compliance, build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 76cfc48

Please sign in to comment.