Skip to content

cyproxio/github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

New generation cyber attacks are expoloited via legal HTTP requests! Just changing a parameter value can't be avoid by the application. It's totally legal and valid HTTP request to be executed from the frontend and the backend server.

Optimized scanning features, you will be able to manage your scheduled API endpoint scans, import your documentation files, and perform scanning against specific vulnerabilities.

Getting started with Cyprox API Scan Action

Understanding the inputs

Input Description
token provided Access Token from platform
api_url provided API url from platform -optional
scan_id scan policy ID
tag_name tag -optional
fail_action action status will be set to fail if Cyprox any alerts during the scan -optional

Sample GitHub Action workflow

on: [push]
jobs:
  api_scan:
    runs-on: ubuntu-latest
    name: Cyprox API Scan Action
    steps:
      - name: Cyprox
        uses: cyproxio/[email protected]
        with: 
          token: ${{ secrets.CYPROX_ACCESS_TOKEN }}
          scan_id: '6408f0b564e2a543a7d7cef2'
          tag_name: ${{ github.sha }}
          fail_action: true

About

Cyprox API Scan Action

Resources

License

Stars

Watchers

Forks

Packages

No packages published