Skip to content

fix: Dockerfile to reduce vulnerabilities #73

fix: Dockerfile to reduce vulnerabilities

fix: Dockerfile to reduce vulnerabilities #73

Workflow file for this run

on: [push]
jobs:
SonarBuildBreaker:
runs-on: ubuntu-latest
name: SonarBuildBreaker
steps:
- name: Code Checkout
uses: actions/checkout@v2
- name: Sonar Build Breaker
uses: ./
id: buildbreaker
with:
sonar_url: 'https://sonarcloud.io'
sonar_branch: 'main'
sonar_token: ${{ secrets.SONAR_TOKEN }}
project_key: 'sonar_test_github_project'