Skip to content

fix: upgrade file-stream-rotator from 0.5.7 to 0.6.1 #27

fix: upgrade file-stream-rotator from 0.5.7 to 0.6.1

fix: upgrade file-stream-rotator from 0.5.7 to 0.6.1 #27

Workflow file for this run

name: R7 Scan
on:
push:
branches-ignore:
- master
jobs:
scan:
runs-on: ubuntu-latest
steps:
- id: my-scan
uses: rapid7/insightappsec-scan-github-actions@v1.3.5
with:
region: "us"
api-key: ${{ secrets.GHACTIONSR7API}}
scan-config-id: "892f5706-6549-4b60-9219-c7d62abe0f6c"
vuln-query: "vulnerability.vulnerabilityScore > 4"
- name: Upload findings
if: always()
run: echo "${{ steps.my-scan.outputs.scan-findings }}"