Skip to content

Bump express from 4.19.2 to 4.21.1 #37

Bump express from 4.19.2 to 4.21.1

Bump express from 4.19.2 to 4.21.1 #37

Workflow file for this run

name: Security Scanning with Terrascan
on: [push]
jobs:
terrascan_job:
runs-on: ubuntu-latest
name: terrascan-action
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run Terrascan
uses: tenable/terrascan-action@main
with:
iac_type: 'terraform'
iac_version: 'v14'
policy_type: 'aws'
only_warn: true
sarif_upload: true
- name: Upload SARIF file as artifact
uses: actions/upload-artifact@v2
with:
name: Terrascan-SARIF
path: terrascan.sarif