Skip to content

Commit

Permalink
Added missing github-pats
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianOpriel authored Oct 1, 2024
1 parent 26b006a commit 3f30843
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/license_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
scanners: "license"
severity: "CRITICAL,HIGH"
exit-code: 1
github-pat: ${{ secrets.GITHUB_TOKEN }}
license_scan2:
name: License scan (repo)
runs-on: ubuntu-latest
Expand All @@ -39,3 +40,4 @@ jobs:
scanners: "license"
severity: "CRITICAL,HIGH"
exit-code: 1
github-pat: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/secret_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
exit-code: "1"
ignore-unfixed: true
scanners: secret
github-pat: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/security_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
format: "sarif"
output: "trivy-results-rootfs.sarif"
severity: "CRITICAL,HIGH"
github-pat: ${{ secrets.GITHUB_TOKEN }}
security_scan_repo:
name: security_scan_repo
runs-on: ubuntu-latest
Expand All @@ -35,6 +36,7 @@ jobs:
format: "sarif"
output: "trivy-results-repo.sarif"
severity: "CRITICAL,HIGH"
github-pat: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Trivy scan results to GitHub Security tab (repo)
uses: github/codeql-action/upload-sarif@v2
continue-on-error: true
Expand Down

0 comments on commit 3f30843

Please sign in to comment.