Skip to content

Commit

Permalink
disable action again
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Jan 6, 2021
1 parent ecdfbfd commit cf9af13
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/xanitizer-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,21 @@ jobs:
run: npm install

# Run the security analysis with default settings
- name: Xanitizer Security Analysis
uses: RIGS-IT/xanitizer-action@master
with:
license: ${{ secrets.XANITIZER_LICENSE }}
configFile: ../../Sonar-Xanitizer-Plugin.XanitizerConfig
#- name: Xanitizer Security Analysis
# uses: RIGS-IT/xanitizer-action@master
# with:
# license: ${{ secrets.XANITIZER_LICENSE }}
# configFile: ../../Sonar-Xanitizer-Plugin.XanitizerConfig

# Archiving the findings list reports
- uses: actions/upload-artifact@v2
with:
name: Xanitizer-Reports
path: |
*-Findings-List.pdf
*-Findings-List.sarif
#- uses: actions/upload-artifact@v2
# with:
# name: Xanitizer-Reports
# path: |
# *-Findings-List.pdf
# *-Findings-List.sarif

# Uploads the findings into the GitHub code scanning alert section using the upload-sarif action
- uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: Xanitizer-Findings-List.sarif
#- uses: github/codeql-action/upload-sarif@v1
# with:
# sarif_file: Xanitizer-Findings-List.sarif

0 comments on commit cf9af13

Please sign in to comment.