Skip to content
Snippets Groups Projects
Verified Commit ba926e04 authored by Adam Cohen's avatar Adam Cohen
Browse files

Allow disabling bap via MR label

parent ddfce612
No related branches found
No related tags found
No related merge requests found
Pipeline #1689020493 canceled
......@@ -50,6 +50,8 @@ integration-test-fips:
.bap-require-changes:
rules:
- if: $CI_MERGE_REQUEST_LABELS =~ /bap-disabled/
when: never
- if: $BAP_DISABLED
when: never
- if: $DOWNSTREAM_DISABLED
......
......@@ -84,7 +84,7 @@ fields that are irrelevant with regards to the integration test such as the
To transparently report the active rules, i.e., the rules that are actively
used by the semgrep analyser, semgrep displays the rules and their
corresponding SHA256 checksums in the job log.
corresponding SHA256 checksums in the job log.
In case you would like to verify the checksums against your local semgrep rule
files, you can use the command below to generate the checksums and then compare
......@@ -93,7 +93,7 @@ individial checksum for a rule file reported by semgrep and the one that you
generated locally, the rule files are not identical.
``` bash
find <rule-dir> -type f -exec sha256sum {} +
find <rule-dir> -type f -exec sha256sum {} +
```
In addition, semgrep also generates and reports the combined checksum over all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment