Commit fc98f085 authored by FulcrandG's avatar FulcrandG
Browse files

Removing curl from image

parent 853a28ff
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -40,10 +40,9 @@ trivy:


  before_script:
    - apk add --no-cache curl
    - wget https://github.com/aquasecurity/trivy/releases/download/v${TRIVY_VERSION}/trivy_${TRIVY_VERSION}_Linux-64bit.tar.gz
    - tar zxvf trivy_${TRIVY_VERSION}_Linux-64bit.tar.gz
    - curl -sSL -o $TEMPLATE_NAME https://github.com/aquasecurity/trivy/raw/v${TRIVY_VERSION}/contrib/junit.tpl
    - wget -O $TEMPLATE_NAME https://github.com/aquasecurity/trivy/raw/v${TRIVY_VERSION}/contrib/junit.tpl

  script:
    - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY