Skip to content

Commit

Permalink
Add missing path from scan-tags
Browse files Browse the repository at this point in the history
Signed-off-by: Pavlos Tzianos <[email protected]>
  • Loading branch information
ptzianos committed Feb 15, 2024
1 parent a5c8a9c commit 7403b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/base/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
script: |
cat /proc/sys/kernel/random/uuid | tee $(results.dracon-scan-id.path)
date +"%Y-%m-%dT%H:%M:%SZ" | tee $(results.dracon-scan-start-time.path)
echo "$(params.dracon-base-scan-tags)" | tee $(results.dracon-scan-tags)
echo "$(params.dracon-base-scan-tags)" | tee $(results.dracon-scan-tags.path)
2 changes: 1 addition & 1 deletion examples/pipelines/golang-project/templates/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ spec:
script: |
cat /proc/sys/kernel/random/uuid | tee $(results.dracon-scan-id.path)
date +"%Y-%m-%dT%H:%M:%SZ" | tee $(results.dracon-scan-start-time.path)
echo "$(params.dracon-base-scan-tags)" | tee $(results.dracon-scan-tags)
echo "$(params.dracon-base-scan-tags)" | tee $(results.dracon-scan-tags.path)
---
apiVersion: tekton.dev/v1beta1
kind: Task
Expand Down

0 comments on commit 7403b87

Please sign in to comment.