Skip to content

Commit

Permalink
Add KBs (#2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder committed Mar 19, 2023
1 parent 6fcdaa9 commit 7dfcba1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'Dependency Review'
github-token:
action-input:
input: repo-token
is-default: true
permissions:
pull-requests: write
pull-requests-reason: to post comments on PRs #Checkout: https://github.com/actions/dependency-review-action/blob/e3fb5152be474702523c77d8f5ecd4c0a5bde872/action.yml#L44
pull-requests-if: ${{ contains(with, 'comment-summary-in-pr') && with['comment-summary-in-pr'] == 'true' }}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: 'gabrielbb/xvfb-action' # GabrielBB/xvfb-action
# GITHUB_TOKEN not used
2 changes: 2 additions & 0 deletions knowledge-base/actions/lukka/run-cmake/action-security.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: 'run-cmake' # lukka/run-cmake
# GITHUB_TOKEN not used
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: "cargo-cache" # RustCrypto/actions/cargo-cache
# GITHUB_TOKEN not used
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: 'Run on architecture'
github-token:
action-input:
input: githubToken
is-default: false
permissions:
packages: write
packages-reason: to cache docker images #Reference: https://github.com/uraimo/run-on-arch-action/blob/a8003307a739516fdd80ee6d3da8924db811b8da/action.yml#L17

0 comments on commit 7dfcba1

Please sign in to comment.