Skip to content

Commit

Permalink
APIGOV-28746 - test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Nov 6, 2024
1 parent 4b57db1 commit df99935
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ image: docker:dind

variables:
PROJECT: 'agents-mulesoft'
CSR_SUPPRESSION_LIST: "/tmp/csr-suppressions/amplify-central/golang-agents-common.json"

# Fortify
FORTIFY_PROJECT: "10715"
Expand Down Expand Up @@ -75,6 +74,7 @@ twistlock-discovery:
- apk --no-cache update && apk add make
- make docker-build-discovery
- export IMAGE_NAME=mulesoft_discovery_agent:latest
- echo "TL_DA=true" >> build.env

twistlock-traceability:
extends: .twistlock
Expand All @@ -84,6 +84,7 @@ twistlock-traceability:
- apk --no-cache update && apk add make
- make docker-build-traceability
- export IMAGE_NAME=mulesoft_traceability_agent:latest
- echo "TL_TA=true" >> build.env

twistlock-discovery:on-schedule:
variables:
Expand Down

0 comments on commit df99935

Please sign in to comment.