Skip to content

build(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0 #63

build(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0

build(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0 #63

Workflow file for this run

name: Test Build Image
on:
pull_request:
push:
branches:
- main
permissions: {}
jobs:
test:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Build Image
run: docker build -t sarif-to-annotations .
- name: Run Simple Test
run: |
docker run \
-v ./:/workdir \
-w /workdir \
--pull=never \
sarif-to-annotations \
./test/assets/semgrep-results-found.json