Sha256: 80aab106f318ce997e4fb1005c48cea7ce171e5d68918f792cc8c8f17610dad8

Contents?: true

Size: 301 Bytes

Versions: 10

Compression:

Stored size: 301 Bytes

Contents

#!/bin/bash

set -o errexit -o nounset

REPO="https://${GH_TOKEN}@github.com/rubysec/rubysec.github.io.git"
DIR="_site"

git clone $REPO $DIR

cd $DIR

git config user.name "RubySec CI"
git config user.email "ci@rubysec.com"

bundle install --jobs=3 --retry=3
bundle exec rake advisories

git push -q

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
bundler-audit-0.7.0.1 data/ruby-advisory-db/scripts/post-advisories.sh
bundler-leak-0.2.0 data/ruby-mem-advisory-db/scripts/post-advisories.sh
bundler-leak-0.1.1 data/ruby-mem-advisory-db/scripts/post-advisories.sh
bundler-leak-0.1.0 data/ruby-mem-advisory-db/scripts/post-advisories.sh
bundler-leak-0.0.0 data/ruby-mem-advisory-db/scripts/post-advisories.sh
bundler-budit-0.6.2 data/ruby-advisory-db/scripts/post-advisories.sh
bundler-budit-0.6.1 data/ruby-advisory-db/scripts/post-advisories.sh
bundler-audit-0.6.1 data/ruby-advisory-db/scripts/post-advisories.sh
bundler-audit-0.6.0 data/ruby-advisory-db/scripts/post-advisories.sh
bundler-audit-0.5.0 data/ruby-advisory-db/scripts/post-advisories.sh