Skip to content

chore(deps): update dependency vite to v6.1.1 #6832

chore(deps): update dependency vite to v6.1.1

chore(deps): update dependency vite to v6.1.1 #6832

name: Check for vulnerabilities in the code
on: [push]
permissions: read-all
jobs:
check_code_vulnerabilities:
if: github.event.repository.url == 'https://github.com/MaibornWolff/SecObserve'
runs-on: ubuntu-latest
steps:
-
name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
-
name: Run vulnerability scanners for code
uses: MaibornWolff/secobserve_actions_templates/actions/vulnerability_scanner@b7132036f4970c237bf85b56d0033fd5f6726ab7 # main
with:
so_configuration: 'so_configuration_code.yml'
SO_API_TOKEN: ${{ secrets.SO_API_TOKEN }}