Skip to content

fix(build): missing tags due to wrong output references #6

fix(build): missing tags due to wrong output references

fix(build): missing tags due to wrong output references #6

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