Skip to content

[Snyk] Upgrade sass from 1.66.1 to 1.67.0 #60

[Snyk] Upgrade sass from 1.66.1 to 1.67.0

[Snyk] Upgrade sass from 1.66.1 to 1.67.0 #60

Workflow file for this run

name: Security Scan using Trivy
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: 'trivy-results.sarif'