Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scan plugin #528

Closed
wants to merge 3 commits into from
Closed

Scan plugin #528

wants to merge 3 commits into from

Commits on Mar 24, 2021

  1. Add installer for docker scan

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours authored and gtardif committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    584591b View commit details
    Browse the repository at this point in the history
  2. Use goproxy to make go mode download work on centos7 (old git version)

    Alternative solution was to update git on centos7 in /rpm/SPEC/docker-ce-cli.spec: 
    ```
    if [ "$SUITE" == "7" ]; then
        yum install -y http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
        yum install -y git
    fi
    ```
    
    But rather not changing what is installed on the CEnTOS bistro for the entire CI pipeline
    
    Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
    gtardif committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    e679208 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Do not include scan plugin on arm packages

    Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
    gtardif committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    2910772 View commit details
    Browse the repository at this point in the history