Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: security-workflow #7

Merged
merged 5 commits into from
Sep 12, 2024
Merged

feat: security-workflow #7

merged 5 commits into from
Sep 12, 2024

Conversation

lokeshxc
Copy link
Contributor

wizcli directory scanning workflow for:

  1. Vulnerability Scanning
  2. Secrets and Sensitive Information

Copy link
Contributor

@maratsh maratsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add usage example

@@ -0,0 +1,32 @@
name: 'wiz-cli'
on: [pull_request]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue:
this has to be

on:
workflow_call:

steps:
# Checkout the repository to the GitHub Actions runner
- name: Check out repository
uses: actions/checkout@v2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue:
please update action version and make sure you checkout current ref

like that

    with:
      fetch-depth: 0
      ref: ${{ github.head_ref }} 

@maratsh maratsh merged commit 07d537d into main Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants