Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-borg-backup
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
AnotherStranger
docker-borg-backup
Commits
a13117ef
Unverified
Commit
a13117ef
authored
4 months ago
by
renovate[bot]
Committed by
GitHub
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
refactor(deps): update all dependencies
parent
773c1dae
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/docker-build.yml
+3
-3
3 additions, 3 deletions
.github/workflows/docker-build.yml
.github/workflows/security.yml
+1
-1
1 addition, 1 deletion
.github/workflows/security.yml
with
4 additions
and
4 deletions
.github/workflows/docker-build.yml
+
3
−
3
View file @
a13117ef
...
@@ -78,7 +78,7 @@ jobs:
...
@@ -78,7 +78,7 @@ jobs:
run
:
echo "TIMESTAMP=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
run
:
echo "TIMESTAMP=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
-
name
:
Build Testimage
-
name
:
Build Testimage
uses
:
docker/build-push-action@1
4487ce63c7a62a4a324b0bfb37086795e31c6c1
# v6
uses
:
docker/build-push-action@1
dc73863535b631f98b2378be8619f83b136f4a0
# v6
env
:
env
:
SOURCE_DATE_EPOCH
:
${{ env.TIMESTAMP }}
SOURCE_DATE_EPOCH
:
${{ env.TIMESTAMP }}
with
:
with
:
...
@@ -92,7 +92,7 @@ jobs:
...
@@ -92,7 +92,7 @@ jobs:
run
:
docker run -v "./tests/selftest.sh:/selftest.sh" "${{ env.TEST_TAG }}" ./selftest.sh
run
:
docker run -v "./tests/selftest.sh:/selftest.sh" "${{ env.TEST_TAG }}" ./selftest.sh
-
name
:
Build and push
-
name
:
Build and push
uses
:
docker/build-push-action@1
4487ce63c7a62a4a324b0bfb37086795e31c6c1
# v6
uses
:
docker/build-push-action@1
dc73863535b631f98b2378be8619f83b136f4a0
# v6
id
:
docker-build
id
:
docker-build
env
:
env
:
SOURCE_DATE_EPOCH
:
${{ env.TIMESTAMP }}
SOURCE_DATE_EPOCH
:
${{ env.TIMESTAMP }}
...
@@ -129,7 +129,7 @@ jobs:
...
@@ -129,7 +129,7 @@ jobs:
severity
:
"
CRITICAL,HIGH"
severity
:
"
CRITICAL,HIGH"
-
name
:
Upload Trivy scan results to GitHub Security tab
-
name
:
Upload Trivy scan results to GitHub Security tab
uses
:
github/codeql-action/upload-sarif@
60168efe1c415ce0f552
1ea0
6d5c2062adbeed1b
# v3
uses
:
github/codeql-action/upload-sarif@
ff0a06e83cb2de87
1e
5
a0
9832bc6a81e7276941f
# v3
if
:
${{ github.event_name != 'pull_request' }}
if
:
${{ github.event_name != 'pull_request' }}
with
:
with
:
sarif_file
:
"
trivy-results.sarif"
sarif_file
:
"
trivy-results.sarif"
This diff is collapsed.
Click to expand it.
.github/workflows/security.yml
+
1
−
1
View file @
a13117ef
...
@@ -30,6 +30,6 @@ jobs:
...
@@ -30,6 +30,6 @@ jobs:
severity
:
'
CRITICAL,HIGH,MEDIUM'
severity
:
'
CRITICAL,HIGH,MEDIUM'
-
name
:
Upload Trivy scan results to GitHub Security tab
-
name
:
Upload Trivy scan results to GitHub Security tab
uses
:
github/codeql-action/upload-sarif@
60168efe1c415ce0f552
1ea0
6d5c2062adbeed1b
# v3
uses
:
github/codeql-action/upload-sarif@
ff0a06e83cb2de87
1e
5
a0
9832bc6a81e7276941f
# v3
with
:
with
:
sarif_file
:
'
trivy-results-fs.sarif'
sarif_file
:
'
trivy-results-fs.sarif'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment