Skip to content

Commit

Permalink
[BLAZ-886] Fixed pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
smaneroiriusrisk committed Nov 27, 2024
1 parent ead4568 commit ceb09bd
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,7 @@ jobs:
- uses: actions/checkout@v3

- id: semgrep
run: |-
semgrep ci
--config=p/owasp-top-ten
--config=p/cwe-top-25
--config=p/gitleaks
--config .semgrep/rules/detected-aws-account-id-in-arn.yaml
--config r/generic.secrets.security.detected-aws-account-id.detected-aws-account-id
--config r/generic.secrets.security.detected-aws-secret-access-key.detected-aws-secret-access-key
-q --skip-unknown-extensions --suppress-errors
run: semgrep ci --config=p/owasp-top-ten --config=p/cwe-top-25 --config=p/gitleaks --config .semgrep/rules/detected-aws-account-id-in-arn.yaml --config r/generic.secrets.security.detected-aws-account-id.detected-aws-account-id --config r/generic.secrets.security.detected-aws-secret-access-key.detected-aws-secret-access-key -q --skip-unknown-extensions --suppress-errors
continue-on-error: true

- name: Get branch name (pull request)
Expand Down

0 comments on commit ceb09bd

Please sign in to comment.