Skip to content

Commit

Permalink
Fix dev scan failure dutation & GH token
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Oct 20, 2024
1 parent f7290bd commit f5711ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ wave:
debug: true
scan:
enabled: true
failure:
duration: '30s'
github-token: "${GITHUB_TOKEN:}"
build:
workspace: 'build-workspace'
metrics:
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ wave:
scan:
image:
name: aquasec/trivy:0.55.0
failure:
duration: '30s'
github-token: "${GITHUB_TOKEN:}"
blobCache:
s5cmdImage: public.cr.seqera.io/wave/s5cmd:v2.2.2
---
Expand Down

0 comments on commit f5711ff

Please sign in to comment.