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

GH action version in documentation should be updated to 1.2 #3393

Closed
juegge opened this issue May 20, 2021 · 0 comments · Fixed by #3400
Closed

GH action version in documentation should be updated to 1.2 #3393

juegge opened this issue May 20, 2021 · 0 comments · Fixed by #3400
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@juegge
Copy link

juegge commented May 20, 2021

The code as shown in integration doumentation for GH action shows wrong GH action. Code shown will not work.

Expected Behavior

code shown should result in a working GH action

Actual Behavior

code shown is not working

Steps to Reproduce the Problem

run code shown in doc
steps:

  • uses: actions/checkout@v2
    • name: run kics Scan
      uses: checkmarx/[email protected]
      with:
      path: 'terraform'
      output_path: 'results.sarif'
    • name: Upload SARIF file
      uses: github/codeql-action/upload-sarif@v1
      with:
      sarif_file: results.sarif
  1. step 1
  2. step 2
  3. step 3

Specifications

  • Version:
  • Platform:
  • Subsystem:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants