Skip to content

Commit

Permalink
SRE-952 Remove uncessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
syahmi001 committed Dec 6, 2023
1 parent 6605c7f commit f1976c0
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/codeql-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,24 +78,3 @@ jobs:
uses: github/codeql-action/analyze@v2
with:
category: "${{ matrix.language }}/branch:${{ github.head_ref || github.ref_name }}"

# Disabling this option since Github Action has bug of not being able to pull internal github action plugins
# if the repository that uses the plugins are made public

# - name: Generate Code Security Report
# if: ${{ github.event_name != 'pull_request' }}
# uses: kfit-dev/github-security-report-action@main
# with:
# token: ${{ secrets.TOKEN_GITHUB_ACTIONS }}
# template: report

# - name: Upload Code Security Report to Google Drive
# if: ${{ github.event_name != 'pull_request' }}
# uses: kfit-dev/google-drive-upload-action@main
# with:
# target: report.pdf
# credentials: ${{ secrets.GOOGLE_DRIVE_CREDS }}
# parent_folder_id: 1RAcNjaHnxZrkMMlEMnZtaR5GTcQGNElr
# name: ${{ github.repository }}-${{ matrix.language }}-${{ env.date_time }}.pdf
# child_folder: ${{ env.date }}

0 comments on commit f1976c0

Please sign in to comment.