Skip to content

Commit

Permalink
πŸ› Fix producer/semgrep not supporting registry
Browse files Browse the repository at this point in the history
  • Loading branch information
flowirtz committed Jul 8, 2024
1 parent 8e1230c commit 53d6708
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/producers/semgrep/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ spec:
type: string
default: |
rules: []
- name: producer-semgrep-config-value
type: string
default: auto
volumes:
- name: scratch
emptyDir: {}
Expand Down Expand Up @@ -38,6 +41,7 @@ spec:
- "scan"
- "--config"
- "/scratch/semgrep-rules.yaml"
- "--config=$(params.producer-semgrep-config-value)"
- "--json"
- "--output"
- "/scratch/out.json"
Expand Down

0 comments on commit 53d6708

Please sign in to comment.