Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Endor Labs: Example Scan of JavaScript #15

Endor Labs: Example Scan of JavaScript

Endor Labs: Example Scan of JavaScript #15

Workflow file for this run

name: "Endor Labs: Example Scan of JavaScript"
on: workflow_dispatch
jobs:
create_project_owasp:
permissions:
id-token: write # This is required for requesting the JWT
contents: read # Required by actions/checkout@v3 to checkout a private repository
actions: read
repository-projects: read
pull-requests: read
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
path: main
- name: Scan JS with Endor Labs
uses: endorlabs/github-action@main # This workflow uses the Endor Labs GitHub action to scan.
with:
namespace: 'bsideslv_demo'
scan_summary_output_type: 'json'
pr: false
scan_secrets: true
scan_dependencies: true
log_verbose: true