Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,24 +133,3 @@ run_iris_task:
SONAR_TARGET_IRIS_TOKEN: VAULT[development/kv/data/iris data.sqc-us]
script:
- source .cirrus/run-iris.sh

mend_task:
depends_on:
- build
<<: *CONTAINER_DEFINITION
eks_container:
cpu: 2
memory: 2G
only_if: $CIRRUS_USER_COLLABORATOR == 'true'
env:
# TODO replace secret with vault
WS_APIKEY: ENCRYPTED[!3929c6148b9dfc751a2d17c590b15d755f82cd9c108f2de5f24a5b32f2a0c26144e921fab7e2c959fc2824d6d6d1550d!]
run_script:
- export VERSION=$(git rev-parse HEAD)
- export WS_PROJECTNAME="${CIRRUS_REPO_FULL_NAME}"
- export BUILD_NUMBER=${VERSION}
- source ws_scan.sh
allow_failures: 'true'
always:
mend_artifacts:
path: 'whitesource/**/*'