-
Notifications
You must be signed in to change notification settings - Fork 67
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
Reusable workflows #256
Reusable workflows #256
Conversation
1621e31
to
ff6011c
Compare
uses: wabarc/.github/.github/workflows/reusable-scorecards.yml@main | ||
permissions: | ||
# Needed to upload the results to code-scanning dashboard. | ||
security-events: write |
Check failure
Code scanning / Scorecard
Token-Permissions
codeql: | ||
name: CodeQL | ||
permissions: | ||
security-events: write |
Check failure
Code scanning / Scorecard
Token-Permissions
codeql-analysis.yml -> analysis.yml Rename workflow CodeQL to Analysis Add Scorecards supply-chain security analysis Add dependency review pin dependencies Using reusable dependency review Call reusable dependency review workflow without args
ff6011c
to
6f60557
Compare
c0ced98
to
53915ab
Compare
Codecov ReportBase: 45.51% // Head: 45.55% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #256 +/- ##
==========================================
+ Coverage 45.51% 45.55% +0.04%
==========================================
Files 40 40
Lines 4998 4998
==========================================
+ Hits 2275 2277 +2
+ Misses 2445 2443 -2
Partials 278 278
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
draft: false | ||
needs: [ build, debpkg, rpmpkg, aurpkg, snapcraft, flatpak ] | ||
permissions: | ||
contents: write |
Check failure
Code scanning / Scorecard
Token-Permissions
sudo add-apt-repository universe | ||
sudo apt-get -y -qq update | ||
sudo apt-get -y -qq install ffmpeg webp youtube-dl | ||
pip3 install you-get |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
shell: bash | ||
run: | | ||
# search package https://community.chocolatey.org/packages | ||
choco install --no-progress wget ffmpeg webp youtube-dl you-get |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
4660ac2
to
6b95ce9
Compare
8d9c0be
to
9b33d45
Compare
0241e55
to
b3402b0
Compare
b3402b0
to
3c5c159
Compare
|
||
jobs: | ||
publish: | ||
name: Build and push Docker image | ||
runs-on: ubuntu-latest | ||
permissions: | ||
packages: write |
Check failure
Code scanning / Scorecard
Token-Permissions
allinone: | ||
name: AllInOne Docker image | ||
runs-on: ubuntu-latest | ||
permissions: | ||
packages: write |
Check failure
Code scanning / Scorecard
Token-Permissions
Description
Relates to wabarc/.github#1
TODOs
DispatchDockerTestingType of change
Checklist