Skip to content

Commit

Permalink
changed: small fixes in README.md, build steps and etc
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Jun 14, 2024
1 parent 33e8ffc commit 4481256
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
# - cron: "00 12 1 * *"
push:
branches: ["main"]
# pull_request:
# branches: ["main"]
pull_request:
branches-ignore: ["main"]

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
command: cves,sbom
image: ghcr.io/ammnt/freenginx:main
sarif-file: sarif.output.json
summary: true
summary: false

- name: Upload Docker Scout report📊
uses: github/codeql-action/upload-sarif@v3
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Analyze image with Syft💊
uses: anchore/[email protected]
with:
syft-version: v1.5.0
syft-version: v1.6.0
image: ghcr.io/ammnt/freenginx:main
artifact-name: image.spdx.json
dependency-snapshot: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ or<br>
- Scanned effiniefficiency result with Dive tool;
- Scanned by vulnerability scanners: GitHub, Docker Scout, Snyk, Anchore, Clair and Syft;
- Anonymous signature - removed "Server" header ("banner"):<br>
https://github.com/ammnt/freenginx/blob/http3/Dockerfile
https://github.com/ammnt/freenginx/blob/main/Dockerfile

# Note:

Expand Down

0 comments on commit 4481256

Please sign in to comment.