WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Update scripts to point to agent version 2.13.0 #170

Update scripts to point to agent version 2.13.0

Update scripts to point to agent version 2.13.0 #170

Workflow file for this run

name: CI
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
jobs:
build-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Test install on Ubuntu
run: |
chmod +x ./install-linux.sh
VANTA_SKIP_REGISTRATION_CHECK=1 VANTA_KEY=FAKEKEY ./install-linux.sh
- name: Check that it's running correctly
run: /var/vanta/vanta-cli status
build-macos:
runs-on: macos-13
steps:
- uses: actions/checkout@v1
- name: Test install on macOS
run: |
chmod +x ./install-macos.sh
VANTA_KEY=FAKEKEY [email protected] VANTA_REGION=us ./install-macos.sh
- name: Check that it's running correctly
run: /usr/local/vanta/vanta-cli status