We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b44256 commit 0674db8Copy full SHA for 0674db8
.github/workflows/action-run-semgrep.yaml
@@ -57,8 +57,8 @@ env:
57
auto
58
p/ci
59
r/yaml.github-actions
60
- ./saleor-rules/yaml
61
- ./saleor-rules/typescript
+ /opt/saleor-rules/yaml
+ /opt/saleor-rules/typescript
62
# yaml.github-actions.[...].run-shell-injection is duplicate of saleor-rules.yaml.github-actions.script-injection
63
DEFAULT_EXCLUDE_RULE_IDS: |
64
yaml.github-actions.security.run-shell-injection.run-shell-injection
@@ -102,7 +102,7 @@ jobs:
102
# Note: the directory name will be used for rule IDs
103
# (e.g., saleor-rules.typescript.my-check).
104
# Thus avoid changing the path and ensure the name is meaningful.
105
- path: ./saleor-rules
+ path: /opt/saleor-rules
106
set-safe-directory: false
107
108
- name: Run Semgrep Rules
0 commit comments