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

[Snyk] Fix for 2 vulnerabilities #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix: Gemfile to reduce vulnerabilities

ee68135
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Fix for 2 vulnerabilities #34

fix: Gemfile to reduce vulnerabilities
ee68135
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Aug 24, 2023 in 58s

Build Errored

The build errored.

Details

This is a normal build for the snyk-fix-086a3b8419df15d4ec6e42d7be785c6f branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Bionic)
Ruby Version 2.5.0
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "rvm": [
    "2.5.0"
  ],
  "before_install": [
    "npm install -g snyk",
    "openssl aes-256-cbc -K $encrypted_86d18cc638e6_key -iv $encrypted_86d18cc638e6_iv -in deploy_key.enc -out /tmp/deploy_key -d",
    "eval \"$(ssh-agent -s)\"",
    "chmod 600 /tmp/deploy_key",
    "ssh-add /tmp/deploy_key",
    "bundle install --path vendor/bundle",
    "snyk test --all-projects"
  ],
  "after_success": [
    "snyk monitor --all-projects",
    "if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then\n  bundle exec cap staging deploy\nfi\n"
  ],
  "notifications": {
    "slack": [
      {
        "matrix": [
          "<account>:<token>"
        ],
        "rooms": [
          {
            "secure": "n3jEGRHQRdBjur6QAT5KOn77GcEeX73vyjXS6q62n90cZrr9sv/fYTAmrbYRC7iYE3NXap6ZBp8MSGa+hm2xqLXZjSutlkqe0GA+icA7jGXcSstc9t/eQmpzMe+mFi3p41Th8RojkLM9VsWCcQtlJIdq0m8dBoQgIM1Yk7tRDGkYrW9KAgb68sUFlLF9PhhjECeHal5bYFngR+IZOuKUBF1qHhLJ6lBOEhjkTZXc5tLnrIzGuzjPT6l1qAr54CgpSUuJsuQba2bjAjN1srepzjfr2m6tFGh2Ce419H6eTzFFSiNpfnYp5zJY4Fiw/gpaaj+aRW1c5fmLiz5NZHwVIOJPEjoNN+vKz5mKbUQY60igI4XQC6bxRfAa0s9u3nBH4AXeVaD4j0VIn1d3b44ypTXjXAzNzwHDBP4WaV1UWavdGCTbovgGidjs3wTfT1vKm777f51gx54KbwMy9VVfOXExVXMKes+2ApkFBHdKuLAoc9WvV3t4J5zlAijraYZ6XoRul2AyjEe0deUn7BMzdDPH1dKTo5aOhkRF1KtbGht3kGjAvNhjrPCESSsTQKSl8Qj/g7aebZ0TGcjVbTCWEsB2oWz3yTOCX/IJHJzNmT48Z9hnEzlZo/vsOqL+QLY364ECKhQI+WHUHL0dKph9WjwrUrhptsqNA6SJbKSquBg="
          }
        ]
      }
    ]
  },
  "env": [
    "global=RAILS_MASTER_KEY=[secure]=WEBHOOK=[secure]"
  ]
}