Skip to content

Set default findingtype risk in model instead of in bit #3662

Set default findingtype risk in model instead of in bit

Set default findingtype risk in model instead of in bit #3662

name: Octopoes Run the robot framework integration tests
on:
push:
branches:
- "main"
- "release-*"
tags:
- "*"
paths:
- octopoes/**
pull_request:
paths:
- octopoes/**
jobs:
rtest:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip" # caching pip dependencies
- name: Install requirements-dev.txt
run: pip install -r requirements-dev.txt
working-directory: ./octopoes
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
id: buildx
- name: Run robot tests
run: make rtest
env:
DOCKER_BUILDKIT: 1
working-directory: ./octopoes