Skip to content

Bump baseimage from v3.0.1 to v3.0.2 #35

Bump baseimage from v3.0.1 to v3.0.2

Bump baseimage from v3.0.1 to v3.0.2 #35

name: tii-rplidar-ros2-coverity
on:
repository_dispatch:
push:
branches:
- new_ros2
pull_request:
jobs:
coverity:
runs-on: rplidar-ros2-self-hosted-coverity
steps:
- uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run coverity scan
run:
docker run --rm -e PROJECT_NAME=${{ github.event.repository.name }} -v "$(pwd):/main_ws/src" ghcr.io/tiiuae/fog-ros-baseimage-builder-coverity:main