Skip to content

Precaution Action

Actions
Analyze source code using Precaution
v1.0.3
Latest
Verified creator
Star (2)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Precaution Analysis Action

Analyze your source code using Precaution via precli.

Usage

Here is a minimal complete example to create a Code Scanning action using Precaution.

name: Precaution

on:
  workflow_dispatch:

jobs:
  analyze:
    runs-on: ubuntu-latest
    permissions:
      # required for all workflows
      security-events: write
      # only required for workflows in private repositories
      actions: read
      contents: read
    steps:
      - name: Perform Precaution Analysis
        uses: securesauce/precli-action@v1

Inputs

Name Description Required Default Value
path The source file(s) or directory(s) to be analyzed False "."
disable A comma-separated list of rule IDs or names to disable False "DEFAULT"

Precaution Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Analyze source code using Precaution
v1.0.3
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Precaution Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.